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