NetTcpBindingElement.PortSharingEnabled プロパティ

定義

この接続に対して TCP ポート共有を有効にするかどうかを指定するブール値を取得または設定します。

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

プロパティ値

true この接続に対して TCP ポート共有が有効になっている場合。それ以外の場合は false

属性

適用対象