NetMsmqBindingElement Constructors

Definition

Initializes a new instance of the NetMsmqBindingElement class.

Overloads

NetMsmqBindingElement()

Initializes a new instance of the NetMsmqBindingElement class.

NetMsmqBindingElement(String)

Initializes a new instance of the NetMsmqBindingElement class from the settings of a specified configuration binding element.

NetMsmqBindingElement()

Initializes a new instance of the NetMsmqBindingElement class.

public:
 NetMsmqBindingElement();
public NetMsmqBindingElement ();
Public Sub New ()

Applies to

NetMsmqBindingElement(String)

Initializes a new instance of the NetMsmqBindingElement class from the settings of a specified configuration binding element.

public:
 NetMsmqBindingElement(System::String ^ name);
public NetMsmqBindingElement (string name);
new System.ServiceModel.Configuration.NetMsmqBindingElement : string -> System.ServiceModel.Configuration.NetMsmqBindingElement
Public Sub New (name As String)

Parameters

name
String

The value of the name attribute that identifies the binding element whose settings are used to initialize the binding.

Applies to