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

◆ HttpContent()

System.Net.Http.HttpContent.HttpContent ( )
inlineprotected

Definition at line 287 of file HttpContent.cs.

288 {
289 if (System.Net.NetEventSource.Log.IsEnabled())
290 {
291 System.Net.NetEventSource.Info(this, null, ".ctor");
292 }
293 _canCalculateLength = true;
294 }
static readonly System.Net.NetEventSource Log
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)

References System.Net.Http.HttpContent._canCalculateLength, System.Net.NetEventSource.Info(), and System.Net.NetEventSource.Log.

Referenced by System.Net.Http.HttpContent.LoadIntoBuffer().