1 instantiation of HttpContextReceivedAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
1095return new HttpContextReceivedAsyncResult<TChannel>(
4 references to HttpContextReceivedAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelListener.cs (4)
1105return HttpContextReceivedAsyncResult<TChannel>.End(result); 1249return AsyncResult.End<HttpContextReceivedAsyncResult<TListenerChannel>>(result).enqueued; 1259HttpContextReceivedAsyncResult<TListenerChannel> thisPtr = (HttpContextReceivedAsyncResult<TListenerChannel>)result.AsyncState;