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

◆ CreateContentReadStreamAsync() [2/2]

override Task< Stream > System.Net.Http.EmptyContent.CreateContentReadStreamAsync ( CancellationToken cancellationToken)
inlineprotectedvirtual

Reimplemented from System.Net.Http.HttpContent.

Definition at line 45 of file EmptyContent.cs.

46 {
47 if (!cancellationToken.IsCancellationRequested)
48 {
50 }
52 }
override Task< Stream > CreateContentReadStreamAsync()
static Task FromCanceled(CancellationToken cancellationToken)
Definition Task.cs:3363

References System.cancellationToken, System.Net.Http.EmptyContent.CreateContentReadStreamAsync(), and System.Threading.Tasks.Task< TResult >.FromCanceled().