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

◆ CopyToAsync() [4/4]

override Task System.Net.Http.HttpConnection.HttpContentWriteStream.CopyToAsync ( Stream destination,
int bufferSize,
CancellationToken cancellationToken )
inlinesealedvirtual

Reimplemented from System.IO.Stream.

Definition at line 857 of file HttpConnection.cs.

858 {
859 throw new NotSupportedException();
860 }