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

属性值

MsmqTransportSecurityElement

MsmqTransportSecurity 绑定关联的 NetMsmqBinding 实例。

属性

注解

此属性用于访问 Msmq 传输安全设置。

适用于