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