3 instantiations of PeerTransportListenAddressValidator
System.ServiceModel (3)
System\ServiceModel\Configuration\PeerTransportListenAddressValidatorAttribute.cs (1)
15
get { return new
PeerTransportListenAddressValidator
(); }
System\ServiceModel\Configuration\Properties.cs (2)
2266
properties.Add(new ConfigurationProperty("listenIPAddress", typeof(System.Net.IPAddress), null, new System.ServiceModel.Configuration.PeerTransportListenAddressConverter(), new System.ServiceModel.Configuration.
PeerTransportListenAddressValidator
(), System.Configuration.ConfigurationPropertyOptions.None));
2600
properties.Add(new ConfigurationProperty("listenIPAddress", typeof(System.Net.IPAddress), null, new System.ServiceModel.Configuration.PeerTransportListenAddressConverter(), new System.ServiceModel.Configuration.
PeerTransportListenAddressValidator
(), System.Configuration.ConfigurationPropertyOptions.None));