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

◆ SerializeToStreamAsync() [1/2]

override Task System.Net.Http.ReadOnlyMemoryContent.SerializeToStreamAsync ( Stream stream,
TransportContext? context )
inlineprotected

Definition at line 23 of file ReadOnlyMemoryContent.cs.

24 {
25 return stream.WriteAsync(_content).AsTask();
26 }
readonly ReadOnlyMemory< byte > _content

References System.Net.Http.ReadOnlyMemoryContent._content, and System.stream.