MsmqTransportSecurity Constructors

Definition

Initializes a new instance of the MsmqTransportSecurity class.

Overloads

MsmqTransportSecurity()

Initializes a new instance of the MsmqTransportSecurity class.

MsmqTransportSecurity(MsmqTransportSecurity)

Initializes a new instance of the MsmqTransportSecurity class, using an existing instance.

MsmqTransportSecurity()

Initializes a new instance of the MsmqTransportSecurity class.

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

Applies to

MsmqTransportSecurity(MsmqTransportSecurity)

Initializes a new instance of the MsmqTransportSecurity class, using an existing instance.

public:
 MsmqTransportSecurity(System::ServiceModel::MsmqTransportSecurity ^ other);
public MsmqTransportSecurity (System.ServiceModel.MsmqTransportSecurity other);
new System.ServiceModel.MsmqTransportSecurity : System.ServiceModel.MsmqTransportSecurity -> System.ServiceModel.MsmqTransportSecurity
Public Sub New (other As MsmqTransportSecurity)

Parameters

other
MsmqTransportSecurity

The existing instance of the MsmqTransportSecurity class, to be used in initializing the new instance.

Exceptions

other is null.

Applies to