Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[string headerName]
HeaderStringValues
System.Net.Http.Headers.HttpHeadersNonValidated.this[
string
headerName
]
get
Definition at line
54
of file
HttpHeadersNonValidated.cs
.
55
{
56
get
57
{
58
if
(
TryGetValues
(
headerName
,
out
var
values
))
59
{
60
return
values
;
61
}
62
throw
new
KeyNotFoundException
(
System
.
SR
.
net_http_headers_not_found
);
63
}
64
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic.KeyNotFoundException
Definition
KeyNotFoundException.cs:9
System.SR.net_http_headers_not_found
static string net_http_headers_not_found
Definition
SR.cs:20
System.SR
Definition
SR.cs:7
System.ExceptionArgument.values
@ values
System
Definition
BlockingCollection.cs:8
System.Net.Http.Headers.HttpHeadersNonValidated.TryGetValues
bool TryGetValues(string headerName, out HeaderStringValues values)
Definition
HttpHeadersNonValidated.cs:111
System
Net
Http
Headers
HttpHeadersNonValidated
Generated by
1.10.0