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

◆ Parse()

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

Definition at line 70 of file AuthenticationHeaderValue.cs.

71 {
72 int index = 0;
73 return (AuthenticationHeaderValue)GenericHeaderParser.SingleValueAuthenticationParser.ParseValue(input, null, ref index);
74 }

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