1 instantiation of GetWebRequestAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
376
return new
GetWebRequestAsyncResult
(this, to, via, ref timeoutHelper, callback, state);
7 references to GetWebRequestAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\HttpsChannelFactory.cs (7)
381
return
GetWebRequestAsyncResult
.End(result);
483
GetWebRequestAsyncResult
thisPtr = (
GetWebRequestAsyncResult
)result.AsyncState;
508
GetWebRequestAsyncResult
thisPtr = (
GetWebRequestAsyncResult
)result.AsyncState;
553
GetWebRequestAsyncResult
thisPtr = AsyncResult.End<
GetWebRequestAsyncResult
>(result);