Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ConnectionClose
bool
? System.Net.Http.Headers.HttpResponseHeaders.ConnectionClose
get
set
Definition at line
83
of file
HttpResponseHeaders.cs
.
84
{
85
get
86
{
87
return
HttpGeneralHeaders.GetConnectionClose(
this
,
_generalHeaders
);
88
}
89
set
90
{
91
GeneralHeaders.ConnectionClose =
value
;
92
}
93
}
System.Net.Http.Headers.HttpResponseHeaders._generalHeaders
HttpGeneralHeaders _generalHeaders
Definition
HttpResponseHeaders.cs:7
System.ExceptionArgument.value
@ value
System
Net
Http
Headers
HttpResponseHeaders
Generated by
1.10.0