共用方式為


NetTcpSection.TeredoEnabled 屬性

定義

取得或設定布林值,這個值表示此通訊埠共用服務是否使用 Microsoft Teredo 服務代表 WCF 服務來接聽 TCP 通訊埠。

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

屬性值

true 如果埠共用服務使用 Microsoft Teredo 服務代表 WCF 服務接聽 TCP 連接埠,則為 ;否則為 false。 預設為 false

屬性

適用於