PeerSecurityElement.Transport Propiedad

Definición

Obtiene el tipo de transporte para mensajes seguros enviados por pares configurados con este elemento.

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

Valor de propiedad

PeerTransportSecurityElement

PeerTransportSecurityElement que especifica el tipo de transporte para mensajes seguros enviados por pares configurados con este elemento.

Atributos

Se aplica a