1 instantiation of RequestAsyncResult
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
263
return new
RequestAsyncResult
(this, message, timeout, callback, state);
5 references to RequestAsyncResult
Extensibility.MessageInterceptor.IntegrationTests (5)
InterceptingChannelFactory.cs (5)
268
Message reply =
RequestAsyncResult
.End(result);
328
RequestAsyncResult
thisPtr = (
RequestAsyncResult
)result.AsyncState;
345
RequestAsyncResult
thisPtr = AsyncResult.End<
RequestAsyncResult
>(result);