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

◆ CreateContentReadStreamAsync() [2/2]

override Task< Stream > System.Net.Http.MultipartContent.CreateContentReadStreamAsync ( CancellationToken cancellationToken)
inlineprotectedvirtualinherited

Reimplemented from System.Net.Http.HttpContent.

Definition at line 431 of file MultipartContent.cs.

432 {
433 if (!(GetType() == typeof(MultipartContent)))
434 {
435 return base.CreateContentReadStreamAsync(cancellationToken);
436 }
438 }
async ValueTask< Stream > CreateContentReadStreamAsyncCore(bool async, CancellationToken cancellationToken)

References System.cancellationToken, and System.Net.Http.MultipartContent.CreateContentReadStreamAsyncCore().