1 implementation of IAsyncRequest
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
860internal class HttpClientChannelAsyncRequest : IAsyncRequest
3 references to IAsyncRequest
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
811protected override IAsyncRequest CreateAsyncRequest(Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (2)
228protected abstract IAsyncRequest CreateAsyncRequest(Message message); 270IAsyncRequest request = CreateAsyncRequest(message);