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

◆ StreamId

long System.Net.Http.Http3RequestStream.StreamId
getset

Definition at line 191 of file Http3RequestStream.cs.

192 {
193 get
194 {
195 return Volatile.Read(ref _streamId);
196 }
197 set
198 {
200 }
201 }
static bool Read(ref bool location)
Definition Volatile.cs:67
static void Write(ref bool location, bool value)
Definition Volatile.cs:74

Referenced by System.Net.Http.Http3RequestStream.Trace().