4 references to TeredoEnabled
System.ServiceModel (4)
System\ServiceModel\Configuration\TcpTransportElement.cs (4)
70
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
TeredoEnabled
, binding.TeredoEnabled);
90
[ConfigurationProperty(ConfigurationStrings.
TeredoEnabled
, DefaultValue = TcpTransportDefaults.TeredoEnabled)]
93
get { return (bool)base[ConfigurationStrings.
TeredoEnabled
]; }
94
set { base[ConfigurationStrings.
TeredoEnabled
] = value; }