1 type derived from RequestChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
12internal sealed class ReliableRequestSessionChannel : RequestChannel, IRequestSessionChannel, IAsyncRequestChannel
4 references to RequestChannel
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);