NetTcpBindingElement.PortSharingEnabled Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se la condivisione delle porte TCP è abilitata per questa 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à

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

Attributi

Si applica a