1 instantiation of SendAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
1808IAsyncResult result = new SendAsyncResult(this, httpResponseMessage, suppressEntityBody, timeout, callback, state);
10 references to SendAsyncResult
System.ServiceModel (10)
System\ServiceModel\Channels\HttpChannelHelpers.cs (10)
1841SendAsyncResult.End(result); 2228SendAsyncResult thisPtr = (SendAsyncResult)result.AsyncState; 2263AsyncResult.End<SendAsyncResult>(result); 2271SendAsyncResult thisPtr = (SendAsyncResult)result.AsyncState; 2310SendAsyncResult thisPtr = (SendAsyncResult)state; 2344SendAsyncResult thisPtr = (SendAsyncResult)result.AsyncState;