1 instantiation of GetWebRequestAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1149
return new
GetWebRequestAsyncResult
(this, to, via, clientCertificateToken, ref timeoutHelper, callback, state);
7 references to GetWebRequestAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\HttpChannelFactory.cs (7)
1160
return
GetWebRequestAsyncResult
.End(result);
2001
GetWebRequestAsyncResult
thisPtr = AsyncResult.End<
GetWebRequestAsyncResult
>(result);
2063
GetWebRequestAsyncResult
thisPtr = (
GetWebRequestAsyncResult
)result.AsyncState;
2091
GetWebRequestAsyncResult
thisPtr = (
GetWebRequestAsyncResult
)result.AsyncState;