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

◆ WriteAsync() [3/3]

override ValueTask System.Net.Http.EmptyReadStream.WriteAsync ( ReadOnlyMemory< byte > destination,
CancellationToken cancellationToken )
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 53 of file EmptyReadStream.cs.

54 {
55 throw new NotSupportedException();
56 }