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

◆ HttpMessageHandler()

System.Net.Http.HttpMessageHandler.HttpMessageHandler ( )
inlineprotected

Definition at line 8 of file HttpMessageHandler.cs.

9 {
10 if (System.Net.NetEventSource.Log.IsEnabled())
11 {
12 System.Net.NetEventSource.Info(this, null, ".ctor");
13 }
14 }
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.