TcpTransportBindingElement Constructor ()

 

Initializes a new instance of the TcpTransportBindingElement class.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
TcpTransportBindingElement()

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
Return to top
Show: