1 type derived from RequestChannel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
679protected class HttpClientRequestChannel : RequestChannel
4 references to RequestChannel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
993public void Abort(RequestChannel channel) 999public void Fault(RequestChannel channel)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (2)
319void Abort(RequestChannel requestChannel); 320void Fault(RequestChannel requestChannel);