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

◆ SerializeToStreamAsync() [2/2]

override Task System.Net.Http.StreamContent.SerializeToStreamAsync ( Stream stream,
TransportContext? context,
CancellationToken cancellationToken )
inlineprotectedvirtual

Reimplemented from System.Net.Http.HttpContent.

Definition at line 130 of file StreamContent.cs.

131 {
132 if (!(GetType() == typeof(StreamContent)))
133 {
134 return base.SerializeToStreamAsync(stream, context, cancellationToken);
135 }
137 }
Task SerializeToStreamAsyncCore(Stream stream, CancellationToken cancellationToken)

References System.cancellationToken, System.Net.Http.StreamContent.SerializeToStreamAsyncCore(), and System.stream.