Base:
method
TryParseValue
System.Net.Http.Headers.HttpHeaderParser.TryParseValue(System.String, System.Object, ref System.Int32, out System.Object)
20 references to TryParseValue
System.Net.Http (20)
System\Net\Http\Headers\AuthenticationHeaderValue.cs (1)
108
if (GenericHeaderParser.SingleValueAuthenticationParser.
TryParseValue
(input, null, ref index, out object? output))
System\Net\Http\Headers\CacheControlHeaderValue.cs (2)
340
if (CacheControlHeaderParser.Parser.
TryParseValue
(input, null, ref index, out object? output))
366
if (!s_nameValueListParser.
TryParseValue
(input, null, ref current, out object? nameValue))
System\Net\Http\Headers\ContentDispositionHeaderValue.cs (1)
200
if (GenericHeaderParser.ContentDispositionParser.
TryParseValue
(input, null, ref index, out object? output))
System\Net\Http\Headers\ContentRangeHeaderValue.cs (1)
149
if (GenericHeaderParser.ContentRangeParser.
TryParseValue
(input, null, ref index, out object? output))
System\Net\Http\Headers\EntityTagHeaderValue.cs (1)
77
if (GenericHeaderParser.SingleValueEntityTagParser.
TryParseValue
(input, null, ref index, out object? output))
System\Net\Http\Headers\MediaTypeHeaderValue.cs (1)
167
if (MediaTypeHeaderParser.SingleValueParser.
TryParseValue
(input, null, ref index, out object? output))
System\Net\Http\Headers\MediaTypeWithQualityHeaderValue.cs (1)
57
if (MediaTypeHeaderParser.SingleValueWithQualityParser.
TryParseValue
(input, null, ref index, out object? output))
System\Net\Http\Headers\NameValueHeaderValue.cs (1)
127
if (GenericHeaderParser.SingleValueNameValueParser.
TryParseValue
(input, null, ref index, out object? output))
System\Net\Http\Headers\NameValueWithParametersHeaderValue.cs (1)
87
if (GenericHeaderParser.SingleValueNameValueWithParametersParser.
TryParseValue
(input,
System\Net\Http\Headers\ProductHeaderValue.cs (1)
96
if (GenericHeaderParser.SingleValueProductParser.
TryParseValue
(input, null, ref index, out object? output))
System\Net\Http\Headers\RangeConditionHeaderValue.cs (1)
65
if (GenericHeaderParser.RangeConditionParser.
TryParseValue
(input, null, ref index, out object? output))
System\Net\Http\Headers\RangeHeaderValue.cs (1)
123
if (GenericHeaderParser.RangeParser.
TryParseValue
(input, null, ref index, out object? output))
System\Net\Http\Headers\RetryConditionHeaderValue.cs (1)
69
if (GenericHeaderParser.RetryConditionParser.
TryParseValue
(input, null, ref index, out object? output))
System\Net\Http\Headers\StringWithQualityHeaderValue.cs (1)
76
if (GenericHeaderParser.SingleValueStringWithQualityParser.
TryParseValue
(
System\Net\Http\Headers\TransferCodingHeaderValue.cs (1)
52
if (TransferCodingHeaderParser.SingleValueParser.
TryParseValue
(input, null, ref index, out object? output))
System\Net\Http\Headers\TransferCodingWithQualityHeaderValue.cs (1)
56
if (TransferCodingHeaderParser.SingleValueWithQualityParser.
TryParseValue
(
System\Net\Http\Headers\ViaHeaderValue.cs (1)
129
if (GenericHeaderParser.SingleValueViaParser.
TryParseValue
(input, null, ref index, out object? output))
System\Net\Http\Headers\WarningHeaderValue.cs (1)
127
if (GenericHeaderParser.SingleValueWarningParser.
TryParseValue
(input, null, ref index, out object? output))
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
657
if (AltSvcHeaderParser.Parser.
TryParseValue
(altSvcHeaderValue, null, ref parseIdx, out object? parsedValue))