PeerSecurityElement.Transport 属性

定义

获取配置了此元素的对等方所发送的安全消息的传输类型。Gets the transport type for secured messages sent by peers configured with this element.

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,指定配置了此元素的对等方所发送的安全消息的传输类型。PeerTransportSecurityElement that specifies the transport type for secured messages sent by peers configured with this element.

属性

适用于