Udostępnij za pośrednictwem


PeerSecuritySettings.Transport Właściwość

Definicja

Pobiera wartość wskazującą ustawienia zabezpieczeń transportu używanego dla komunikatów przesyłanych za pośrednictwem kanału równorzędnego.

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

Wartość właściwości

PeerTransportSecuritySettings zawiera ustawienia zabezpieczeń transportu dla kanału równorzędnego.

Uwagi

Ta właściwość jest ustawiana tylko wtedy, gdy Mode jest ustawiona wartość Transport lub TransportWithMessageCredential.

Dotyczy