System.Net.HttpListenerResponse.HttpListenerResponse C# (CSharp) Method

HttpListenerResponse() private method

private HttpListenerResponse ( HttpListenerContext httpContext ) : System.Collections.Generic
httpContext HttpListenerContext
return System.Collections.Generic
        internal HttpListenerResponse(HttpListenerContext httpContext) : this()
        {
            if (NetEventSource.IsEnabled) NetEventSource.Associate(this, httpContext);
            _httpContext = httpContext;
        }

Same methods

HttpListenerResponse::HttpListenerResponse ( ) : System.Collections.Generic