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