ServerUrlsGetServiceUrl Method

Determines the base URL of the service with specified name.

Definition

Namespace: SMath.Manager.Network.UrlBuilders
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public string GetServiceUrl(
	string serviceName
)

Parameters

serviceName  String
Name of the service to look for.

Return Value

String
Base URL of the requested service or if the service is not found.

Implements

IServerUrlsGetServiceUrl(String)

See Also