1 write to SendChunked
System.Net.HttpListener (1)
System\Net\Managed\HttpConnection.cs (1)
215
_context.Response.
SendChunked
= true;
7 references to SendChunked
System.Net.HttpListener (7)
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
237
if (
SendChunked
)
System\Net\Managed\HttpResponseStream.Managed.cs (6)
60
bool chunked = _response.
SendChunked
;
99
bool chunked = _response.
SendChunked
;
173
bool chunked = _response.
SendChunked
;
217
bool chunked = _response.
SendChunked
;
269
if (_response.
SendChunked
)
279
if (_response.
SendChunked
)