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

◆ Write() [2/2]

override void System.Net.Http.HttpConnection.ContentLengthWriteStream.Write ( ReadOnlySpan< byte > buffer)
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 721 of file HttpConnection.cs.

722 {
723 base.BytesWritten += buffer.Length;
726 }
HttpConnection(HttpConnectionPool pool, Socket socket, Stream stream, TransportContext transportContext)

References System.buffer, and System.Net.Http.HttpContentStream.GetConnectionOrThrow().