1 implementation of IAsyncRequest
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
693private class AsyncRequest : IReliableRequest, IAsyncRequest
3 references to IAsyncRequest
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
102protected override IAsyncRequest CreateAsyncRequest(Message message)
System\ServiceModel\Channels\RequestChannel.cs (2)
213protected abstract IAsyncRequest CreateAsyncRequest(Message message); 257IAsyncRequest request = CreateAsyncRequest(message);