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

◆ WriteAsync() [3/3]

override ValueTask System.Net.Http.HttpConnection.HttpContentReadStream.WriteAsync ( ReadOnlyMemory< byte > destination,
CancellationToken cancellationToken )
inlinesealedvirtual

Reimplemented from System.Net.Http.HttpBaseStream.

Definition at line 777 of file HttpConnection.cs.

778 {
779 throw new NotSupportedException();
780 }