Class HttpServerConnectionProperties
HTTP connection provider properties
Inheritance
System.Object
HttpServerConnectionProperties
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 HttpServerConnectionProperties
Fields
| Improve this Doc View SourcePROP_BASE_URL
The base URL
Declaration
public const string PROP_BASE_URL = "BaseUrl"
Field Value
Type | Description |
---|---|
System.String |
PROP_USER_AGENT
The user agent
Declaration
public const string PROP_USER_AGENT = "UserAgent"
Field Value
Type | Description |
---|---|
System.String |