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

◆ Parse()

static WarningHeaderValue System.Net.Http.Headers.WarningHeaderValue.Parse ( string? input)
inlinestatic

Definition at line 106 of file WarningHeaderValue.cs.

107 {
108 int index = 0;
109 return (WarningHeaderValue)GenericHeaderParser.SingleValueWarningParser.ParseValue(input, null, ref index);
110 }
WarningHeaderValue(int code, string agent, string text)

References System.index, System.input, and System.Net.Http.Headers.GenericHeaderParser.SingleValueWarningParser.