Class HttpServerConnectionParams
HTTP connection provider parameters
Inheritance
System.Object
HttpServerConnectionParams
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public static class HttpServerConnectionParams
Fields
| Improve this Doc View SourcePARAM_LOCALE
Locale
Declaration
public const string PARAM_LOCALE = "Locale"
Field Value
Type | Description |
---|---|
System.String |
PARAM_PASSWORD
Password
Declaration
public const string PARAM_PASSWORD = "Password"
Field Value
Type | Description |
---|---|
System.String |
PARAM_SESSION
Session ID
Declaration
public const string PARAM_SESSION = "SessionId"
Field Value
Type | Description |
---|---|
System.String |
PARAM_UNTESTED
Allow untested versions
Declaration
public const string PARAM_UNTESTED = "AllowUntestedVersion"
Field Value
Type | Description |
---|---|
System.String |
PARAM_URL
URL
Declaration
public const string PARAM_URL = "Url"
Field Value
Type | Description |
---|---|
System.String |
PARAM_USERNAME
Username
Declaration
public const string PARAM_USERNAME = "Username"
Field Value
Type | Description |
---|---|
System.String |