NetTcpBinding Properties
The NetTcpBinding type exposes the following members.
| Name | Description | |
|---|---|---|
|
CloseTimeout | Gets or sets the interval of time provided for a connection to close before the transport raises an exception. (Inherited from Binding.) |
|
EnvelopeVersion | Gets the version of SOAP that is used for messages processed by this binding. |
|
HostNameComparisonMode | Gets or sets a value that indicates whether the hostname is used to reach the service when matching the URI. |
|
ListenBacklog | Gets or sets the maximum number of queued connection requests that can be pending. |
|
MaxBufferPoolSize | Gets or sets the maximum size allowed for a buffer pool that stores TCP messages processed by the binding. |
|
MaxBufferSize | Gets or sets a value that specifies the maximum size, in bytes, of the buffer used to store messages in memory. |
|
MaxConnections | Gets or sets a value that controls the maximum number of connections to be pooled for subsequent reuse on the client and the maximum number of connections allowed to be pending dispatch on the server. |
|
MaxReceivedMessageSize | Gets or sets the maximum size for a received message that is processed by the binding. |
|
MessageVersion | Gets the message version used by clients and services configured with the binding. (Inherited from Binding.) |
|
Name | Gets or sets the name of the binding. (Inherited from Binding.) |
|
Namespace | Gets or sets the XML namespace of the binding. (Inherited from Binding.) |
|
OpenTimeout | Gets or sets the interval of time provided for a connection to open before the transport raises an exception. (Inherited from Binding.) |
|
PortSharingEnabled | Gets or sets a value that indicates whether TCP port sharing is enabled for the connection configured with this binding. |
|
ReaderQuotas | Gets or sets constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding. |
|
ReceiveTimeout | Gets or sets the interval of time that a connection can remain inactive, during which no application messages are received, before it is dropped. (Inherited from Binding.) |
|
ReliableSession | Gets an object that indicates whether a reliable session is established between channel endpoints. |
|
Scheme | Returns the URI scheme for the transport. (Overrides Binding.Scheme.) |
|
Security | Gets an object that specifies the type of security used with services configured with this binding. |
|
SendTimeout | Gets or sets the interval of time provided for a write operation to complete before the transport raises an exception. (Inherited from Binding.) |
|
TransactionFlow | Gets or sets a value that determines whether transaction flow is enabled. |
|
TransactionProtocol | Gets or sets the transactions protocol used by the service to flow transactions. |
|
TransferMode | Gets or sets a value that indicates whether the service configured with the binding uses streamed or buffered (or both) modes of message transfer. |
| Name | Description | |
|---|---|---|
|
IBindingRuntimePreferences.ReceiveSynchronously | Gets a value that indicates whether incoming requests are handled synchronously or asynchronously. |