1 override of CreateAsyncRequest
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
811
protected override IAsyncRequest
CreateAsyncRequest
(Message message)
1 reference to CreateAsyncRequest
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
270
IAsyncRequest request =
CreateAsyncRequest
(message);