Create client for Locator service with specified soap address url.
Create Locator client based on specified endpoint reference.
public ServiceLocator(EndpointReferenceType);
Create client for Locator service with specified soap address url.
public ServiceLocator(string);
Create Locator client based on specified ServiceDescription. Will look for service "Locator" and port "LocatorPort" in description and extract soap address url.
public ServiceLocator(ServiceDescription);
ServiceLocator Class | Bus.Services Namespace