Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MustHaveRequestBody
bool
System.Net.Http.HttpMethod.MustHaveRequestBody
get
package
Definition at line
55
of file
HttpMethod.cs
.
56
{
57
get
58
{
59
if
((
object
)
this
!=
Get
&& (
object
)
this
!=
Head
&& (
object
)
this
!=
Connect
&& (
object
)
this
!=
Options
)
60
{
61
return
(
object
)
this
!=
Delete
;
62
}
63
return
false
;
64
}
65
}
System.Net.Http.HttpMethod.Options
static HttpMethod Options
Definition
HttpMethod.cs:45
System.Net.Http.HttpMethod.Head
static HttpMethod Head
Definition
HttpMethod.cs:43
System.Net.Http.HttpMethod.Delete
static HttpMethod Delete
Definition
HttpMethod.cs:41
System.Net.Http.HttpMethod.Get
static HttpMethod Get
Definition
HttpMethod.cs:35
System.Net.Http.HttpMethod.Connect
static HttpMethod Connect
Definition
HttpMethod.cs:51
System
Net
Http
HttpMethod
Generated by
1.10.0