Compartir a través de


PeerSecuritySettings.Transport Propiedad

Definición

Obtiene el valor que indica la configuración de seguridad para el transporte utilizado para los mensajes transmitidos sobre el canal del mismo nivel.

public:
 property System::ServiceModel::PeerTransportSecuritySettings ^ Transport { System::ServiceModel::PeerTransportSecuritySettings ^ get(); };
public:
 property System::ServiceModel::PeerTransportSecuritySettings ^ Transport { System::ServiceModel::PeerTransportSecuritySettings ^ get(); void set(System::ServiceModel::PeerTransportSecuritySettings ^ value); };
public System.ServiceModel.PeerTransportSecuritySettings Transport { get; }
public System.ServiceModel.PeerTransportSecuritySettings Transport { get; set; }
member this.Transport : System.ServiceModel.PeerTransportSecuritySettings
member this.Transport : System.ServiceModel.PeerTransportSecuritySettings with get, set
Public ReadOnly Property Transport As PeerTransportSecuritySettings
Public Property Transport As PeerTransportSecuritySettings

Valor de propiedad

PeerTransportSecuritySettings

PeerTransportSecuritySettings que contiene la configuración de seguridad de transporte para el canal del mismo nivel.

Comentarios

Sólo se define la propiedad si Mode está establecido en Transport o TransportWithMessageCredential.

Se aplica a