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