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

HttpRequestStream() 개인적인 메소드

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