2 types derived from ConnectionOrientedTransportBindingElement
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
10public class NamedPipeTransportBindingElement : ConnectionOrientedTransportBindingElement
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
9public class TcpTransportBindingElement : ConnectionOrientedTransportBindingElement
6 references to ConnectionOrientedTransportBindingElement
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (3)
32internal ConnectionOrientedTransportBindingElement(ConnectionOrientedTransportBindingElement elementToBeCloned) 198ConnectionOrientedTransportBindingElement connection = b as ConnectionOrientedTransportBindingElement;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
34ConnectionOrientedTransportBindingElement bindingElement, BindingContext context,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (2)
286ConnectionOrientedTransportBindingElement connectionElement = transportElement as ConnectionOrientedTransportBindingElement;