Udostępnij za pośrednictwem


MsmqTransportSecurity Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy MsmqTransportSecurity.

Przeciążenia

MsmqTransportSecurity()

Inicjuje nowe wystąpienie klasy MsmqTransportSecurity.

MsmqTransportSecurity(MsmqTransportSecurity)

Inicjuje nowe wystąpienie MsmqTransportSecurity klasy przy użyciu istniejącego wystąpienia .

MsmqTransportSecurity()

Inicjuje nowe wystąpienie klasy MsmqTransportSecurity.

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

Dotyczy

MsmqTransportSecurity(MsmqTransportSecurity)

Inicjuje nowe wystąpienie MsmqTransportSecurity klasy przy użyciu istniejącego wystąpienia .

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)

Parametry

other
MsmqTransportSecurity

Istniejące wystąpienie klasy , które będzie używane MsmqTransportSecurity podczas inicjowania nowego wystąpienia.

Wyjątki

other to null.

Dotyczy