UrlsManager(String, UrlsManagerHttpGetRequestFunc, String, String) Constructor
Namespace: SMath.Manager.NetworkAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public UrlsManager(
string rootServerUrl,
UrlsManagerHttpGetRequestFunc performGetRequest,
string langAbbr,
string workingServerUrl
)
Public Sub New (
rootServerUrl As String,
performGetRequest As UrlsManagerHttpGetRequestFunc,
langAbbr As String,
workingServerUrl As String
)
public:
UrlsManager(
String^ rootServerUrl,
UrlsManagerHttpGetRequestFunc^ performGetRequest,
String^ langAbbr,
String^ workingServerUrl
)
new :
rootServerUrl : string *
performGetRequest : UrlsManagerHttpGetRequestFunc *
langAbbr : string *
workingServerUrl : string -> UrlsManager
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.