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