NetTcpSection.TeredoEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个布尔值,该值指示端口共享服务是否使用 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
。
- 属性