5 references to Write
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ChunkedEncodingWriteStream.cs (4)
38connection.Write(s_crlfBytes); 41connection.Write(buffer); 42connection.Write(s_crlfBytes); 88connection.Write(s_finalChunkBytes);
System\Net\Http\SocketsHttpHandler\ContentLengthWriteStream.cs (1)
33connection.Write(buffer);