NetTcpBinding Constructor
Initializes a new instance of the NetTcpBinding class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | NetTcpBinding() | Initializes a new instance of the NetTcpBinding class. |
![]() | NetTcpBinding(SecurityMode) | Initializes a new instance of the NetTcpBinding class with the type of security used specified. |
![]() | NetTcpBinding(SecurityMode, Boolean) | Initializes a new instance of the NetTcpBinding class with the type of security used specified and with a value that indicates whether reliable sessions are explicitly enabled. |
![]() | NetTcpBinding(String^) | Initializes a new instance of the NetTcpBinding class with a specified configuration name. |
The security behavior is configurable using the optional securityMode parameter in the constructor. The use of WS-ReliableMessaging is configurable using the optional reliableSessionEnabled parameter.
