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

◆ TransferEncodingChunked

bool? System.Net.Http.Headers.HttpGeneralHeaders.TransferEncodingChunked
getset

Definition at line 98 of file HttpGeneralHeaders.cs.

99 {
100 get
101 {
103 }
104 set
105 {
106 if (value == true)
107 {
109 TransferEncodingCore.SetSpecialValue();
110 }
111 else
112 {
114 TransferEncodingCore.RemoveSpecialValue();
115 }
116 }
117 }
HttpHeaderValueCollection< TransferCodingHeaderValue > TransferEncodingCore
static ? bool GetTransferEncodingChunked(HttpHeaders parent, HttpGeneralHeaders headers)

Referenced by System.Net.Http.Headers.HttpGeneralHeaders.AddSpecialsFrom().