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