5 references to OutputStream
System.Net.HttpListener (5)
System\Net\Managed\HttpListenerResponse.Managed.cs (3)
127
OutputStream
.Write(responseEntity, 0, responseEntity.Length);
136
OutputStream
.BeginWrite(responseEntity, 0, responseEntity.Length, iar =>
141
thisRef.
OutputStream
.EndWrite(iar);
System\Net\Managed\ListenerAsyncResult.Managed.cs (1)
159
context.Response.
OutputStream
.Close();
System\Net\Managed\WebSockets\HttpWebSocket.Managed.cs (1)
55
HttpResponseStream responseStream = (response.
OutputStream
as HttpResponseStream)!;