NetMessagingBinding Class
Represents the binding that is used for net messaging.
System.Object
System.ServiceModel.Channels.Binding
Microsoft.ServiceBus.Messaging.NetMessagingBinding
System.ServiceModel.Channels.Binding
Microsoft.ServiceBus.Messaging.NetMessagingBinding
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
The NetMessagingBinding type exposes the following members.
| Name | Description | |
|---|---|---|
|
NetMessagingBinding() | Initializes a new instance of the NetMessagingBinding class. |
|
NetMessagingBinding(String) | Initializes a new instance of the NetMessagingBinding class. |
| Name | Description | |
|---|---|---|
|
CloseTimeout | (Inherited from Binding.) |
|
MaxBufferPoolSize | Gets or sets the maximum size allowed for a buffer pool that stores TCP messages processed by the binding. |
|
MessageVersion | (Inherited from Binding.) |
|
Name | (Inherited from Binding.) |
|
Namespace | (Inherited from Binding.) |
|
OpenTimeout | (Inherited from Binding.) |
|
PrefetchCount | Gets or sets the number of messages that the message receiver can fetch in advance. |
|
ReceiveTimeout | (Inherited from Binding.) |
|
Scheme | Gets the URI transport scheme for the channels and listeners that are configured with this binding. (Overrides Binding.Scheme.) |
|
SendTimeout | (Inherited from Binding.) |
|
SessionIdleTimeout | Gets or sets the timespan value that specifies period of inactivity that the session waits before timing out. |
|
TransportSettings | Gets or sets the transport settings for the net messaging. |
Top