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

◆ IsOptionalWhiteSpace()

static bool System.Net.Http.Headers.AltSvcHeaderParser.IsOptionalWhiteSpace ( char ch)
inlinestaticprivate

Definition at line 131 of file AltSvcHeaderParser.cs.

132 {
133 if (ch != ' ')
134 {
135 return ch == '\t';
136 }
137 return true;
138 }

References System.ch.

Referenced by System.Net.Http.Headers.AltSvcHeaderParser.GetParsedValueLength().