terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.KnownHttpVerb Class Reference

Public Member Functions

bool Equals (KnownHttpVerb verb)
 

Static Public Member Functions

static KnownHttpVerb Parse (string name)
 

Package Functions

 KnownHttpVerb (string name, bool requireContentBody, bool contentBodyNotAllowed, bool connectRequest, bool expectNoContentResponse)
 

Package Attributes

string Name
 
bool RequireContentBody
 
bool ContentBodyNotAllowed
 
bool ConnectRequest
 
bool ExpectNoContentResponse
 

Static Package Attributes

static KnownHttpVerb Get
 
static KnownHttpVerb Connect
 
static KnownHttpVerb Head
 
static KnownHttpVerb Put
 
static KnownHttpVerb Post
 
static KnownHttpVerb MkCol
 

Static Private Member Functions

static KnownHttpVerb ()
 

Static Private Attributes

static global::System.Collections.Specialized.ListDictionary NamedHeaders
 

Detailed Description

Definition at line 7 of file KnownHttpVerb.cs.


The documentation for this class was generated from the following file: