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