Artix .Net

Locator Constructor

Create client for Locator service with specified soap address url.

Overload List

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);

See Also

Locator Class | Bus.Services Namespace