This topic has not yet been rated - Rate this topic

NetMessagingBinding Class

Represents the binding that is used for net messaging.

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

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

The NetMessagingBinding type exposes the following members.

  Name Description
Public method NetMessagingBinding() Initializes a new instance of the NetMessagingBinding class.
Public method NetMessagingBinding(String) Initializes a new instance of the NetMessagingBinding class.
Top
  Name Description
Public property CloseTimeout (Inherited from Binding.)
Public property MaxBufferPoolSize Gets or sets the maximum size allowed for a buffer pool that stores TCP messages processed by the binding.
Public property MessageVersion (Inherited from Binding.)
Public property Name (Inherited from Binding.)
Public property Namespace (Inherited from Binding.)
Public property OpenTimeout (Inherited from Binding.)
Public property PrefetchCount Gets or sets the number of messages that the message receiver can fetch in advance.
Public property ReceiveTimeout (Inherited from Binding.)
Public property Scheme Gets the URI transport scheme for the channels and listeners that are configured with this binding. (Overrides Binding.Scheme.)
Public property SendTimeout (Inherited from Binding.)
Public property SessionIdleTimeout Gets or sets the timespan value that specifies period of inactivity that the session waits before timing out.
Public property TransportSettings Gets or sets the transport settings for the net messaging.
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 Returns an ordered collection of binding elements contained in the current binding. (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

When using the WCF publish/subscribe service model, when adding the service endpoint you must specify the topic URI as the address, and the subscription URI as the listening URI.

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)