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

◆ RawConnectionStream()

System.Net.Http.HttpConnection.RawConnectionStream.RawConnectionStream ( HttpConnection connection)
inline

Definition at line 871 of file HttpConnection.cs.

872 : base(connection)
873 {
874 if (System.Net.NetEventSource.Log.IsEnabled())
875 {
876 System.Net.NetEventSource.Info(this, null, ".ctor");
877 }
878 }
static readonly System.Net.NetEventSource Log
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)

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