1 instantiation of RequestAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (1)
35
return new
RequestAsyncResult
(message, this.InnerChannel, timeout, callback, state);
7 references to RequestAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (7)
45
Message message =
RequestAsyncResult
.End(result);
163
RequestAsyncResult
thisPtr = AsyncResult.End<
RequestAsyncResult
>(result);
174
RequestAsyncResult
thisPtr = (
RequestAsyncResult
)result.AsyncState;
206
RequestAsyncResult
thisPtr = (
RequestAsyncResult
)result.AsyncState;