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

◆ ReadAsync() [3/3]

override ValueTask< int > System.Net.Http.Http3RequestStream.Http3WriteStream.ReadAsync ( Memory< byte > buffer,
CancellationToken cancellationToken )
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 119 of file Http3RequestStream.cs.

120 {
121 throw new NotSupportedException();
122 }