IServerUrlsGetServiceUrl Method
Determines the base URL of the service with specified name.
Namespace: SMath.Manager.Network.UrlBuildersAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
string GetServiceUrl(
string serviceName
)
Function GetServiceUrl (
serviceName As String
) As String
String^ GetServiceUrl(
String^ serviceName
)
abstract GetServiceUrl :
serviceName : string -> string
- serviceName String
- Name of the service to look for.
StringBase URL of the requested service or
if the service is not found.