Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ HttpRequestStream()

System.Net.HttpRequestStream.HttpRequestStream ( HttpListenerContext httpContext)
inlinepackage

Definition at line 212 of file HttpRequestStream.cs.

213 {
214 if (System.Net.NetEventSource.Log.IsEnabled())
215 {
216 System.Net.NetEventSource.Info(this, $"httpContextt:{httpContext}", ".ctor");
217 }
218 _httpContext = httpContext;
219 }
readonly HttpListenerContext _httpContext
static readonly System.Net.NetEventSource Log
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)

References System.Net.HttpRequestStream._httpContext, System.Net.NetEventSource.Info(), and System.Net.NetEventSource.Log.