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