11 references to Endpoint
System.ServiceModel.Discovery (11)
System\ServiceModel\Discovery\Configuration\AnnouncementChannelEndpointElementCollection.cs (2)
11[ConfigurationCollection(typeof(ChannelEndpointElement), AddItemName = ConfigurationStrings.Endpoint)] 16this.AddElementName = ConfigurationStrings.Endpoint;
System\ServiceModel\Discovery\Configuration\DiscoveryClientElement.cs (5)
19[ConfigurationProperty(ConfigurationStrings.Endpoint)] 28return (ChannelEndpointElement)base[ConfigurationStrings.Endpoint]; 60ConfigurationStrings.Endpoint, 88if (PropertyValueOrigin.Default == this.ElementInformation.Properties[ConfigurationStrings.Endpoint].ValueOrigin) 106if (PropertyValueOrigin.Default == this.ElementInformation.Properties[ConfigurationStrings.Endpoint].ValueOrigin)
System\ServiceModel\Discovery\Configuration\DiscoveryClientSettingsElement.cs (3)
17[ConfigurationProperty(ConfigurationStrings.Endpoint)] 26return (ChannelEndpointElement)base[ConfigurationStrings.Endpoint]; 51ConfigurationStrings.Endpoint,
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (1)
105if (PropertyValueOrigin.Default == this.DiscoveryClientSettings.ElementInformation.Properties[ConfigurationStrings.Endpoint].ValueOrigin)