2 types derived from RequestChannel
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
13internal class StreamedFramingRequestChannel : RequestChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
12internal sealed class ReliableRequestSessionChannel : RequestChannel, IRequestSessionChannel, IAsyncRequestChannel
6 references to RequestChannel
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (2)
245public void Abort(RequestChannel requestChannel) => Cleanup(); 247public void Fault(RequestChannel requestChannel) => Cleanup();
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
710public void Abort(RequestChannel channel) 724public void Fault(RequestChannel channel)
System\ServiceModel\Channels\RequestChannel.cs (2)
306void Abort(RequestChannel requestChannel); 307void Fault(RequestChannel requestChannel);