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

◆ ConnectionClose

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

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 }