5 references to ServiceEndpoint
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
575ServiceEndpoint endpoint = new ServiceEndpoint(contractDescription);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
381ServiceEndpoint newWsdlBindingEndpoint = new ServiceEndpoint(contractDescription); 460endpoint = new ServiceEndpoint(bindingEndpointContext.Endpoint.Contract);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
20public static ServiceEndpoint NullServiceEndpoint = new ServiceEndpoint(NullContract); 2657ServiceEndpoint bootstrapEndpoint = new ServiceEndpoint(NullContract);