4 references to TcpTransportBindingElement
dotnet-svcutil-lib (4)
CodeDomFixup\MethodCreationHelper.cs (1)
1202TcpTransportBindingElement defaultBindingElement = new TcpTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
151transportBindingElement = new TcpTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
198TcpTransportBindingElement tcpTransport = new TcpTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
163_transport = new TcpTransportBindingElement();