Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ConnectionClose

bool? System.Net.Http.Headers.HttpRequestHeaders.ConnectionClose
getset

Definition at line 217 of file HttpRequestHeaders.cs.

218 {
219 get
220 {
221 return HttpGeneralHeaders.GetConnectionClose(this, _generalHeaders);
222 }
223 set
224 {
225 GeneralHeaders.ConnectionClose = value;
226 }
227 }