1 instantiation of RequestAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
100RequestAsyncResult result = new RequestAsyncResult(this, callback, state);
4 references to RequestAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (4)
100RequestAsyncResult result = new RequestAsyncResult(this, callback, state); 160return RequestAsyncResult.End(result); 651RequestAsyncResult requestResult = AsyncResult.End<RequestAsyncResult>(result);