NetMsmqSecurityElement.Transport Свойство

Определение

Возвращает элемент MsmqTransportSecurityElement, связанный с привязкой NetMsmqBinding.

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

Значение свойства

Экземпляр класса MsmqTransportSecurity, связанный с привязкой NetMsmqBinding.

Атрибуты

Комментарии

Это свойство позволяет получать доступ к параметрам безопасности транспорта MSMQ.

Применяется к