Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ HttpMethod() [2/2]

System.Net.Http.HttpMethod.HttpMethod ( string method,
int http3StaticTableIndex )
inlineprivate

Definition at line 113 of file HttpMethod.cs.

114 {
115 _method = method;
116 _http3Index = http3StaticTableIndex;
117 }
readonly? int _http3Index
Definition HttpMethod.cs:11
readonly string _method
Definition HttpMethod.cs:9

References System.Net.Http.HttpMethod._http3Index, and System.Net.Http.HttpMethod._method.