NetNamedPipeSecurity.Transport Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the transport security for the named pipe binding.
public:
property System::ServiceModel::NamedPipeTransportSecurity ^ Transport { System::ServiceModel::NamedPipeTransportSecurity ^ get(); void set(System::ServiceModel::NamedPipeTransportSecurity ^ value); };
public:
property System::ServiceModel::NamedPipeTransportSecurity ^ Transport { System::ServiceModel::NamedPipeTransportSecurity ^ get(); };
public System.ServiceModel.NamedPipeTransportSecurity Transport { get; set; }
public System.ServiceModel.NamedPipeTransportSecurity Transport { get; }
member this.Transport : System.ServiceModel.NamedPipeTransportSecurity with get, set
member this.Transport : System.ServiceModel.NamedPipeTransportSecurity
Public Property Transport As NamedPipeTransportSecurity
Public ReadOnly Property Transport As NamedPipeTransportSecurity
Property Value
The value of the NamedPipeTransportSecurity for the named pipe binding.
Examples
The following code shows how to access the Transport property:
NamedPipeTransportSecurity npts = nnpSecurity.Transport;
Remarks
This method gives access to the ProtectionLevel for the named pipe transport through ProtectionLevel.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.