NetTcpBindingElement.PortSharingEnabled Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se è abilitata la condivisione delle porte TCP per la connessione.

public:
 property bool PortSharingEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("portSharingEnabled", DefaultValue=false)]
public bool PortSharingEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("portSharingEnabled", DefaultValue=false)>]
member this.PortSharingEnabled : bool with get, set
Public Property PortSharingEnabled As Boolean

Valore della proprietà

Boolean

true se è abilitata la condivisione delle porte TCP per la connessione. In caso contrario, false.

Attributi

Si applica a