Udostępnij za pośrednictwem


NetMsmqSecurity.Transport Właściwość

Definicja

Pobiera lub ustawia MsmqTransportSecurity skojarzone z powiązaniem NetMsmqBinding .

public:
 property System::ServiceModel::MsmqTransportSecurity ^ Transport { System::ServiceModel::MsmqTransportSecurity ^ get(); };
public:
 property System::ServiceModel::MsmqTransportSecurity ^ Transport { System::ServiceModel::MsmqTransportSecurity ^ get(); void set(System::ServiceModel::MsmqTransportSecurity ^ value); };
public System.ServiceModel.MsmqTransportSecurity Transport { get; }
public System.ServiceModel.MsmqTransportSecurity Transport { get; set; }
member this.Transport : System.ServiceModel.MsmqTransportSecurity
member this.Transport : System.ServiceModel.MsmqTransportSecurity with get, set
Public ReadOnly Property Transport As MsmqTransportSecurity
Public Property Transport As MsmqTransportSecurity

Wartość właściwości

MsmqTransportSecurity

Element MsmqTransportSecurity skojarzony z powiązaniem NetMsmqBinding .

Przykłady

MsmqTransportSecurity trnsSecurity = security.Transport;
Dim trnsSecurity = security.Transport

Uwagi

Ta właściwość umożliwia dostęp do ustawień zabezpieczeń transportu MSMQ.

Dotyczy