8 references to ListenIPAddress
System.ServiceModel (8)
System\ServiceModel\Configuration\NetPeerTcpBindingElement.cs (4)
32[ConfigurationProperty(ConfigurationStrings.ListenIPAddress, DefaultValue = PeerTransportDefaults.ListenIPAddress)] 37get { return (IPAddress)base[ConfigurationStrings.ListenIPAddress]; } 38set { base[ConfigurationStrings.ListenIPAddress] = value; } 87SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ListenIPAddress, peerBinding.ListenIPAddress);
System\ServiceModel\Configuration\PeerTransportElement.cs (4)
24[ConfigurationProperty(ConfigurationStrings.ListenIPAddress, DefaultValue = PeerTransportDefaults.ListenIPAddress)] 29get { return (IPAddress)base[ConfigurationStrings.ListenIPAddress]; } 30set { base[ConfigurationStrings.ListenIPAddress] = value; } 99SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ListenIPAddress, binding.ListenIPAddress);