UrlsManager(String, UrlsManagerHttpGetRequestFunc, String, String) Constructor

Constructs the URL manager which uses explicit values of LangAbbr and WorkingServerUrl properties.

Definition

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

Parameters

rootServerUrl  String
URL of the root server.
performGetRequest  UrlsManagerHttpGetRequestFunc
Performs HTTP GET request to the server.
langAbbr  String
Explicit value of LangAbbr property.
workingServerUrl  String
Explicit value of WorkingServerUrl property.

See Also