1 instantiation of HttpListenerResponse
System (1)
net\System\Net\HttpListenerContext.cs (1)
61
m_Response = new
HttpListenerResponse
(this);
10 references to HttpListenerResponse
System (6)
net\System\Net\HttpListener.cs (1)
1995
HttpListenerResponse
response = context.Response;
net\System\Net\HttpListenerContext.cs (2)
24
private
HttpListenerResponse
m_Response;
57
public /* new */
HttpListenerResponse
Response {
net\System\Net\HttpListenerResponse.cs (1)
180
public void CopyFrom(
HttpListenerResponse
templateResponse) {
net\System\Net\WebSockets\WebSocketHelpers.cs (2)
82
HttpListenerResponse
response = context.Response;
307
private static unsafe ulong SendWebSocketHeaders(
HttpListenerResponse
response)
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelHelpers.cs (4)
2370
internal static HttpOutput CreateHttpOutput(
HttpListenerResponse
httpListenerResponse, IHttpTransportFactorySettings settings, Message message, string httpMethod)
2908
HttpListenerResponse
listenerResponse;
2912
public ListenerResponseHttpOutput(
HttpListenerResponse
listenerResponse, IHttpTransportFactorySettings settings, Message message, string httpMethod)
3083
public ListenerResponseOutputStream(
HttpListenerResponse
listenerResponse)