Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ Parse()

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

Definition at line 150 of file ContentRangeHeaderValue.cs.

151 {
152 int index = 0;
153 return (ContentRangeHeaderValue)GenericHeaderParser.ContentRangeParser.ParseValue(input, null, ref index);
154 }

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