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

◆ Read() [2/2]

override int System.Net.Http.HttpConnection.HttpContentWriteStream.Read ( Span< byte > buffer)
inlinesealedvirtual

Reimplemented from System.Net.Http.HttpBaseStream.

Definition at line 847 of file HttpConnection.cs.

848 {
849 throw new NotSupportedException();
850 }