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