UrlsManager(String, UrlsManagerHttpGetRequestFunc, UrlsManagerGetPropertyFunc, UrlsManagerGetPropertyFunc) Constructor

Constructs the URL manager which retrieves the values of LangAbbr and WorkingServerUrl properties via delegates.

Definition

Namespace: SMath.Manager.Network
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public UrlsManager(
	string rootServerUrl,
	UrlsManagerHttpGetRequestFunc performGetRequest,
	UrlsManagerGetPropertyFunc langAbbrFunc,
	UrlsManagerGetPropertyFunc workingServerUrlFunc
)

Parameters

rootServerUrl  String
URL of the root server.
performGetRequest  UrlsManagerHttpGetRequestFunc
Performs HTTP GET request to the server.
langAbbrFunc  UrlsManagerGetPropertyFunc
Delegate which retrurns the value of LangAbbr property.
workingServerUrlFunc  UrlsManagerGetPropertyFunc
Delegate which retrurns the value of WorkingServerUrl property.

See Also