Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Allow
ICollection
<
string
> System.Net.Http.Headers.HttpContentHeaders.Allow
get
Definition at line
17
of file
HttpContentHeaders.cs
.
18
{
19
get
20
{
21
if
(
_allow
==
null
)
22
{
23
_allow
=
new
HttpHeaderValueCollection<string>
(KnownHeaders.Allow.Descriptor,
this
, HeaderUtilities.TokenValidator);
24
}
25
return
_allow
;
26
}
27
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Net.Http.Headers.HttpContentHeaders._allow
HttpHeaderValueCollection< string > _allow
Definition
HttpContentHeaders.cs:11
System
Net
Http
Headers
HttpContentHeaders
Generated by
1.10.0