5 instantiations of HttpStreamAsyncResult
System.Net.HttpListener (5)
System\Net\Managed\ChunkedInputStream.cs (1)
81
HttpStreamAsyncResult ares = new
HttpStreamAsyncResult
(this);
System\Net\Managed\HttpRequestStream.Managed.cs (2)
133
HttpStreamAsyncResult ares = new
HttpStreamAsyncResult
(this);
143
HttpStreamAsyncResult ares = new
HttpStreamAsyncResult
(this);
System\Net\Managed\HttpResponseStream.Managed.cs (2)
208
HttpStreamAsyncResult ares = new
HttpStreamAsyncResult
(this);
246
HttpStreamAsyncResult ares = new
HttpStreamAsyncResult
(this);
11 references to HttpStreamAsyncResult
System.Net.HttpListener (11)
System\Net\Managed\ChunkedInputStream.cs (6)
48
public
HttpStreamAsyncResult
Ares;
49
public ReadBufferState(byte[] buffer, int offset, int count,
HttpStreamAsyncResult
ares)
81
HttpStreamAsyncResult
ares = new HttpStreamAsyncResult(this);
118
HttpStreamAsyncResult
ares = rb.Ares;
156
HttpStreamAsyncResult
? ares = asyncResult as
HttpStreamAsyncResult
;
System\Net\Managed\HttpRequestStream.Managed.cs (3)
133
HttpStreamAsyncResult
ares = new HttpStreamAsyncResult(this);
143
HttpStreamAsyncResult
ares = new HttpStreamAsyncResult(this);
168
if (asyncResult is
HttpStreamAsyncResult
r)
System\Net\Managed\HttpResponseStream.Managed.cs (2)
208
HttpStreamAsyncResult
ares = new HttpStreamAsyncResult(this);
246
HttpStreamAsyncResult
ares = new HttpStreamAsyncResult(this);