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

◆ Read() [2/2]

override int System.Net.Http.Http3RequestStream.Http3WriteStream.Read ( Span< byte > buffer)
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 114 of file Http3RequestStream.cs.

115 {
116 throw new NotSupportedException();
117 }