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

◆ ReadAsync() [3/3]

override ValueTask< int > System.Net.Http.HttpConnection.HttpContentWriteStream.ReadAsync ( Memory< byte > buffer,
CancellationToken cancellationToken )
inlinesealedvirtual

Reimplemented from System.Net.Http.HttpBaseStream.

Definition at line 852 of file HttpConnection.cs.

853 {
854 throw new NotSupportedException();
855 }