ServerUrlsGetServiceUrlFunc Delegate
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
public delegate string GetServiceUrlFunc(
string serviceName
)
Public Delegate Function GetServiceUrlFunc (
serviceName As String
) As String
public delegate String^ GetServiceUrlFunc(
String^ serviceName
)
type GetServiceUrlFunc =
delegate of
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.