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

◆ GetName()

static string System.Net.HttpResponseHeaderExtensions.GetName ( this HttpResponseHeader header)
inlinestatic

Definition at line 12 of file HttpResponseHeaderExtensions.cs.

13 {
14 return s_names[(int)header];
15 }

References System.Net.HttpResponseHeaderExtensions.s_names.