次の方法で共有


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

プロパティ値

Boolean

この接続の TCP ポート共有が有効な場合は true。それ以外の場合は false

属性

適用対象