1 write to _response
System.Net.HttpListener (1)
System\Net\Managed\HttpResponseStream.Managed.cs (1)
51
_response
= response;
10 references to _response
System.Net.HttpListener (10)
System\Net\Managed\HttpResponseStream.Managed.cs (10)
60
bool chunked =
_response
.SendChunked;
89
_response
.Close();
99
bool chunked =
_response
.SendChunked;
117
lock (
_response
._headersLock)
119
if (
_response
.SentHeaders)
125
_response
.SendHeaders(closing, ms, isWebSocketHandshake);
173
bool chunked =
_response
.SendChunked;
217
bool chunked =
_response
.SendChunked;
269
if (
_response
.SendChunked)
279
if (
_response
.SendChunked)