2 types derived from ConnectionOrientedTransportBindingElement
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
12
public class NamedPipeTransportBindingElement :
ConnectionOrientedTransportBindingElement
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixDomainSocketTransportBindingElement.cs (1)
8
public class UnixDomainSocketTransportBindingElement :
ConnectionOrientedTransportBindingElement
2 references to ConnectionOrientedTransportBindingElement
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
23
public ConnectionOrientedTransportBindingElement(
ConnectionOrientedTransportBindingElement
elementToBeCloned) : base(elementToBeCloned)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
22
public NetFramingTransportChannelFactory(
ConnectionOrientedTransportBindingElement
bindingElement, BindingContext context,