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