NetMsmqSecurity.Transport Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá nebo nastaví MsmqTransportSecurity , který je přidružen k vazbě 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
Hodnota vlastnosti
Ta MsmqTransportSecurity je přidružená k vazbě NetMsmqBinding .
Příklady
MsmqTransportSecurity trnsSecurity = security.Transport;
Dim trnsSecurity = security.Transport
Poznámky
Tato vlastnost umožňuje přístup k nastavení zabezpečení přenosu MSMQ.