1 instantiation of DynamicEndpoint
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (1)
62
return new
DynamicEndpoint
(contractDescription);
4 references to DynamicEndpoint
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\Configuration\DynamicEndpointCollectionElement.cs (1)
10
public class DynamicEndpointCollectionElement : StandardEndpointCollectionElement<
DynamicEndpoint
, DynamicEndpointElement>
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (3)
33
get { return typeof(
DynamicEndpoint
); }
98
DynamicEndpoint
dynamicEndpoint = (
DynamicEndpoint
)endpoint;