This topic has not yet been rated - Rate this topic

ServiceBusMessagingBinding Class

Represents the service bus messaging binding.

System.Object
  System.ServiceModel.Channels.Binding
    Microsoft.ServiceBus.Messaging.ServiceBusMessagingBinding

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
public sealed class ServiceBusMessagingBinding : Binding

The ServiceBusMessagingBinding type exposes the following members.

  Name Description
Public method ServiceBusMessagingBinding() Initializes a new instance of the ServiceBusMessagingBinding class.
Public method ServiceBusMessagingBinding(String) Initializes a new instance of the ServiceBusMessagingBinding class.
Top
  Name Description
Public property CloseTimeout (Inherited from Binding.)
Public property MaxBufferPoolSize Gets or sets the size of the maximum buffer pool.
Public property MessageVersion (Inherited from Binding.)
Public property MessagingFactorySettings Gets the messaging factory settings.
Public property Name (Inherited from Binding.)
Public property Namespace (Inherited from Binding.)
Public property OpenTimeout (Inherited from Binding.)
Public property ReceiveTimeout (Inherited from Binding.)
Public property 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.)
Public property SendTimeout (Inherited from Binding.)
Public property SessionIdleTimeout
Top
  Name Description
Public method BuildChannelFactory<TChannel>(Object[]) (Inherited from Binding.)
Public method BuildChannelFactory<TChannel>(BindingParameterCollection) (Inherited from Binding.)
Public method BuildChannelListener<TChannel>(Object[]) (Inherited from Binding.)
Public method BuildChannelListener<TChannel>(BindingParameterCollection) (Inherited from Binding.)
Public method BuildChannelListener<TChannel>(Uri, Object[]) (Inherited from Binding.)
Public method BuildChannelListener<TChannel>(Uri, BindingParameterCollection) (Inherited from Binding.)
Public method BuildChannelListener<TChannel>(Uri, String, Object[]) (Inherited from Binding.)
Public method BuildChannelListener<TChannel>(Uri, String, BindingParameterCollection) (Inherited from Binding.)
Public method BuildChannelListener<TChannel>(Uri, String, ListenUriMode, Object[]) (Inherited from Binding.)
Public method BuildChannelListener<TChannel>(Uri, String, ListenUriMode, BindingParameterCollection) (Inherited from Binding.)
Public method CanBuildChannelFactory<TChannel>(Object[]) (Inherited from Binding.)
Public method CanBuildChannelFactory<TChannel>(BindingParameterCollection) (Inherited from Binding.)
Public method CanBuildChannelListener<TChannel>(Object[]) (Inherited from Binding.)
Public method CanBuildChannelListener<TChannel>(BindingParameterCollection) (Inherited from Binding.)
Public method CreateBindingElements Creates the binding elements. (Overrides Binding.CreateBindingElements().)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetProperty<T> (Inherited from Binding.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ShouldSerializeName (Inherited from Binding.)
Public method ShouldSerializeNamespace (Inherited from Binding.)
Public method ToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)