ServiceBusMessagingBinding Class
Represents the service bus messaging binding.
System.Object
System.ServiceModel.Channels.Binding
Microsoft.ServiceBus.Messaging.ServiceBusMessagingBinding
System.ServiceModel.Channels.Binding
Microsoft.ServiceBus.Messaging.ServiceBusMessagingBinding
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
The ServiceBusMessagingBinding type exposes the following members.
| Name | Description | |
|---|---|---|
|
ServiceBusMessagingBinding() | Initializes a new instance of the ServiceBusMessagingBinding class. |
|
ServiceBusMessagingBinding(String) | Initializes a new instance of the ServiceBusMessagingBinding class. |
| Name | Description | |
|---|---|---|
|
CloseTimeout | (Inherited from Binding.) |
|
MaxBufferPoolSize | Gets or sets the size of the maximum buffer pool. |
|
MessageVersion | (Inherited from Binding.) |
|
MessagingFactorySettings | Gets the messaging factory settings. |
|
Name | (Inherited from Binding.) |
|
Namespace | (Inherited from Binding.) |
|
OpenTimeout | (Inherited from Binding.) |
|
ReceiveTimeout | (Inherited from Binding.) |
|
Scheme | When implemented in a derived class, sets the URI scheme that specifies the transport used by the channel and listener factories that are built by the bindings. (Overrides Binding.Scheme.) |
|
SendTimeout | (Inherited from Binding.) |
|
SessionIdleTimeout |
Top