Base:
method
Write
System.IO.Stream.Write(System.Byte[], System.Int32, System.Int32)
2 references to Write
System (2)
net\System\Net\HttpListenerResponse.cs (1)
365m_ResponseStream.Write(responseEntity, 0, responseEntity.Length);
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (1)
414m_OutputStream.Write(buffer, offset, count);