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