共用方式為


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

屬性

適用於