NetTcpSection::TeredoEnabled Property
.NET Framework (current version)
Gets or sets a Boolean value that indicates whether the port sharing service uses Microsoft Teredo service to listen on TCP ports on behalf of WCF services.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("teredoEnabled", DefaultValue = false)] property bool TeredoEnabled { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the port sharing service uses Microsoft Teredo service to listen on TCP ports on behalf of WCF services; otherwise, false. The default is false.
.NET Framework
Available since 3.0
Available since 3.0
Show: