NetMsmqSecurityElement.Transport Vlastnost

Definice

Získá MsmqTransportSecurityElement prvek, který je přidružen k NetMsmqBinding vazbě.

public:
 property System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.MsmqTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.MsmqTransportSecurityElement
Public ReadOnly Property Transport As MsmqTransportSecurityElement

Hodnota vlastnosti

MsmqTransportSecurityElement

MsmqTransportSecurityInstance, která je přidružena k NetMsmqBinding vazbě.

Atributy

Poznámky

Tato vlastnost umožňuje přístup k nastavení zabezpečení přenosu MSMQ.

Platí pro