XMapMetaInfo Class |
Namespace: Ptv.XServer.Controls.Map.Tools
The XMapMetaInfo type exposes the following members.
Name | Description | |
---|---|---|
XMapMetaInfo |
Initializes a new instance of the XMapMetaInfo class.
| |
XMapMetaInfo(String) |
Initializes a new instance of the XMapMetaInfo class by requesting the xmap .properties file,
initializing the CopyrightText and MaxRequestSize, if this file could be requested.
The User and Password remains empty.
|
Name | Description | |
---|---|---|
CopyrightText | Gets or sets the copyright text. | |
MaxRequestSize | Gets or sets the maximum request size for an xMapServer image. | |
Password | Gets or sets the password for basic Http authentication. | |
Url | Gets or sets the xMapServer url (e.g. http://127.0.0.1:50010/xmap/ws/XMap). | |
User | Gets or sets the newUser name for basic Http authentication. |
Name | Description | |
---|---|---|
CheckCredentials |
Checking credential parameters for HTTP authentication, which are necessary for an xServer configuration running in an Azure environment.
After registering in the Customer Centre, you received your personal account data. This data needed for authentication consists of the
username, password and a token. Meanwhile the username and password is needed for every authentication aspect, the token is restricted
to programming reasons. We recommend to use the token only in your further development steps.
| |
SetCredentials |
Setting credential parameters for HTTP authentication, which are necessary for an xServer configuration running in an Azure environment.
After registering in the Customer Centre, you received your personal account data. This data needed for authentication consists of the
username, password and a token. Meanwhile the username and password is needed for every authentication aspect, the token is restricted
to programming reasons. We recommend to use the token only in your further development steps.
|
Name | Description | |
---|---|---|
ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |