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

HttpRequestStream() private method

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