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