System.Net.HttpListenerResponse.HttpListenerResponse C# (CSharp) Метод

HttpListenerResponse() приватный Метод

private HttpListenerResponse ( HttpListenerContext httpContext ) : System.Collections.Generic
httpContext HttpListenerContext
Результат System.Collections.Generic
        internal HttpListenerResponse(HttpListenerContext httpContext) : this()
        {
            if (NetEventSource.IsEnabled) NetEventSource.Associate(this, httpContext);
            _httpContext = httpContext;
        }

Same methods

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