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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.