Artix .Net

ServiceLocator Constructor

Create client for Locator service with specified soap address url.

Overload List

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

See Also

ServiceLocator Class | Bus.Services Namespace