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

◆ FlushAsync() [2/2]

override Task System.Net.Http.StreamContent.ReadOnlyStream.FlushAsync ( CancellationToken cancellationToken)
inlinevirtual

Reimplemented from System.IO.DelegatingStream.

Definition at line 36 of file StreamContent.cs.

37 {
38 throw new NotSupportedException(System.SR.net_http_content_readonly_stream);
39 }
static string net_http_content_readonly_stream
Definition SR.cs:44
Definition SR.cs:7

References System.SR.net_http_content_readonly_stream.