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

◆ SerializeToStreamAsync() [2/2]

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

Reimplemented from System.Net.Http.MultipartContent.

Definition at line 76 of file MultipartFormDataContent.cs.

77 {
78 if (!(GetType() == typeof(MultipartFormDataContent)))
79 {
80 return base.SerializeToStreamAsync(stream, context, cancellationToken);
81 }
83 }
async Task SerializeToStreamAsyncCore(Stream stream, TransportContext context, CancellationToken cancellationToken)

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