2 writes to Kind
System.ServiceModel (1)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (1)
83this.Kind = source.Kind;
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\Configuration\ConfigurationUtility.cs (1)
17return new ChannelEndpointElement() { Kind = ConfigurationStrings.UdpDiscoveryEndpoint };
20 references to Kind
System.ServiceModel (7)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (1)
83this.Kind = source.Kind;
System\ServiceModel\Configuration\ClientSection.cs (2)
68if (string.IsNullOrEmpty(endpoint.Kind)) 89StandardEndpointsSection.ValidateEndpointReference(endpoint.Kind, endpoint.EndpointConfiguration, context, endpoint);
System\ServiceModel\Description\ConfigLoader.cs (4)
612EndpointCollectionElement endpointCollectionElement = LookupEndpointCollectionElement(channelEndpointElement.Kind, context); 629string resolvedEndpointID = channelEndpointElement.Kind + "/" + endpointConfiguration; 709values["Endpoint"] = channelEndpointElement.Kind; 1276if (string.IsNullOrEmpty(channelElement.Kind))
System.ServiceModel.Discovery (13)
System\ServiceModel\Discovery\Configuration\AnnouncementChannelEndpointElementCollection.cs (1)
32channelEndpointElement.Kind,
System\ServiceModel\Discovery\Configuration\AnnouncementEndpointElement.cs (1)
112throw FxTrace.Exception.AsError(new ConfigurationErrorsException(SR2.DiscoveryConfigContractSpecified(channelEndpointElement.Kind)));
System\ServiceModel\Discovery\Configuration\ConfigurationDiscoveryEndpointProvider.cs (3)
37if (string.IsNullOrEmpty(channelEndpointElement.Kind)) 52channelEndpointElement.Kind))); 62channelEndpointElement.Kind,
System\ServiceModel\Discovery\Configuration\ConfigurationUtility.cs (3)
23Fx.Assert(!string.IsNullOrEmpty(channelEndpointElement.Kind), "The Kind property of the specified channelEndpointElement parameter cannot be null or empty."); 31throw FxTrace.Exception.AsError(new ConfigurationErrorsException(SR2.DiscoveryConfigAddressSpecifiedForUdpDiscoveryEndpoint(channelEndpointElement.Kind))); 61if (string.IsNullOrEmpty(channelEndpointElement.Kind))
System\ServiceModel\Discovery\Configuration\DiscoveryEndpointElement.cs (1)
136throw FxTrace.Exception.AsError(new ConfigurationErrorsException(SR2.DiscoveryConfigContractSpecified(channelEndpointElement.Kind)));
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (1)
71SR.DiscoveryConfigContractNotSpecified(channelEndpointElement.Kind)));
System\ServiceModel\Discovery\Configuration\ServiceDiscoveryElement.cs (3)
71if (string.IsNullOrEmpty(channelEndpointElement.Kind)) 85channelEndpointElement.Kind))); 94channelEndpointElement.Kind,