NetPeerTcpBinding Properties
.NET Framework 4.5
The NetPeerTcpBinding 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 SOAP version used with this binding. |
|
IsPnrpAvailable | Gets whether the PNRP service is installed and available on the computer. |
|
ListenIPAddress | Gets or sets the IP address used for listening by the local peer node. |
|
MaxBufferPoolSize | Gets or sets the maximum size, in bytes, of the memory pool used for the peer TCP buffer. |
|
MaxReceivedMessageSize | Gets or sets the maximum size, in bytes, of TCP messages handled by peer channels created by this 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.) |
|
Port | Gets or sets the network port on which to bind. |
|
ReaderQuotas | Gets or sets the XmlDictionaryReaderQuotas that is associated 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.) |
|
Resolver | Gets the PeerResolver used by this binding instance to resolve a peer mesh ID to the endpoint IP addresses of nodes within the peer mesh. |
|
Scheme | Gets the URI scheme used for the transport protocol associated with this binding. (Overrides Binding.Scheme.) |
|
Security | Gets and sets the security to set on peer channels created by 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.) |
| Name | Description | |
|---|---|---|
|
IBindingRuntimePreferences.ReceiveSynchronously | Gets whether incoming requests over peer channels created by this binding are handled synchronously or asynchronously. |