TcpTransportBindingElement Constructor ()
.NET Framework (current version)
Initializes a new instance of the TcpTransportBindingElement class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The following example shows how to create a new instance of the TcpTransportBindingElement class.
TcpTransportBindingElement bElement =
new TcpTransportBindingElement();
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: