System.Net.HttpResponseStream.HttpResponseStream C# (CSharp) 메소드

HttpResponseStream() 개인적인 메소드

private HttpResponseStream ( HttpListenerContext httpContext ) : System.IO
httpContext HttpListenerContext
리턴 System.IO
        internal HttpResponseStream(HttpListenerContext httpContext)
        {
            if (NetEventSource.IsEnabled) NetEventSource.Info(this, $"httpContect: {httpContext}");
            _httpContext = httpContext;
        }