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

◆ Content

HttpContent? System.Net.Http.HttpRequestMessage.Content
getset

Definition at line 62 of file HttpRequestMessage.cs.

63 {
64 get
65 {
66 return _content;
67 }
68 set
69 {
71 if (System.Net.NetEventSource.Log.IsEnabled())
72 {
73 if (value == null)
74 {
76 }
77 else
78 {
79 System.Net.NetEventSource.Associate(this, value, "Content");
80 }
81 }
83 }
84 }
static readonly System.Net.NetEventSource Log
static void Associate(object first, object second, [CallerMemberName] string memberName=null)
static void ContentNull(object obj)

Referenced by System.Net.Http.Http2Connection.Http2Stream.Http2Stream(), System.Net.Http.Http3RequestStream.SendAsync(), and System.Net.Http.Http2Connection.Http2Stream.SendRequestBodyAsync().