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