3 references to TeredoEnabled
System.ServiceModel (3)
System\ServiceModel\Activation\Configuration\NetTcpSection.cs (3)
104
[ConfigurationProperty(ConfigurationStrings.
TeredoEnabled
, DefaultValue = ListenerConstants.DefaultTeredoEnabled)]
107
get { return (bool)base[ConfigurationStrings.
TeredoEnabled
]; }
108
set { base[ConfigurationStrings.
TeredoEnabled
] = value; }