PeerSecurityElement.Transport 属性

定义

获取配置了此元素的对等方所发送的安全消息的传输类型。

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

属性值

PeerTransportSecurityElement

PeerTransportSecurityElement,指定配置了此元素的对等方所发送的安全消息的传输类型。

属性

适用于