3 types derived from ConnectionOrientedTransportBindingElement
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
12public class NamedPipeTransportBindingElement : ConnectionOrientedTransportBindingElement
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
8public class TcpTransportBindingElement : ConnectionOrientedTransportBindingElement
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixDomainSocketTransportBindingElement.cs (1)
8public class UnixDomainSocketTransportBindingElement : ConnectionOrientedTransportBindingElement
3 references to ConnectionOrientedTransportBindingElement
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
23public ConnectionOrientedTransportBindingElement(ConnectionOrientedTransportBindingElement elementToBeCloned) : base(elementToBeCloned)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
22public NetFramingTransportChannelFactory(ConnectionOrientedTransportBindingElement bindingElement, BindingContext context,
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\TypeFowards.cs (1)
6[assembly:TypeForwardedTo(typeof(System.ServiceModel.Channels.ConnectionOrientedTransportBindingElement))]