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