NetNamedPipeSecurityElement.Transport Property

Definition

Gets the security settings for the transport.

public:
 property System::ServiceModel::Configuration::NamedPipeTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::NamedPipeTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.NamedPipeTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.NamedPipeTransportSecurityElement
Public ReadOnly Property Transport As NamedPipeTransportSecurityElement

Property Value

The security settings for the transport.

Attributes

Applies to