NetNamedPipeSecurity.Transport Свойство

Определение

Получает параметры защиты транспорта для привязки именованного канала.

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

Значение свойства

NamedPipeTransportSecurity

Значение NamedPipeTransportSecurity для привязки именованного канала.

Примеры

В следующем примере кода демонстрируется доступ к свойству Transport.

NamedPipeTransportSecurity npts = nnpSecurity.Transport;

Комментарии

Этот метод позволяет получить доступ к параметру ProtectionLevel для транспорта именованного канала с помощью параметра ProtectionLevel.

Применяется к