NetTcpSection::TeredoEnabled Property

 

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.

Namespace:   System.ServiceModel.Activation.Configuration
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::Boolean

true 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
Return to top
Show: