TcpTransportElement.TeredoEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會指定是否啟用 Teredo (對防火牆後的用戶端進行定址的技術)。
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
屬性值
如果啟用 Teredo,則為 true
,否則為 false
。 預設值是 false
。
- 屬性
備註
此屬性會啟用基礎 TCP 通訊端的 Teredo 。
此屬性僅適用于 Windows XP SP2 和 Windows Server 2003。 Windows Vista 有 Teredo 的全電腦設定選項,因此在執行 Windows Vista 時,會忽略此屬性。 Teredo 需要用戶端和服務電腦都已安裝 Microsoft IPv6 堆疊並正確設定,才能使用 Teredo。 如需設定 Teredo 的詳細資訊,請參閱 Teredo。