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