Bearbeiten

NetTcpSecurityElement.Transport Property

Definition

Gets the security settings for the transport.

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

Property Value

A TcpTransportSecurityElement that specifies the security settings for the transport.

Attributes

Applies to