Interface IHttpGetRequestOptions
HTTP GET request options
Namespace: OSGeo.MapGuide.MaestroAPI.Http
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public interface IHttpGetRequestOptions
Properties
| Improve this Doc View SourceAutoRestartSession
If the current session id has expired, attempt to establish a new session and resume the current operation with the re-established session id
Declaration
bool AutoRestartSession { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SessionID
The current session id
Declaration
string SessionID { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceLogFailedRequest(WebException)
Log the given failed HTTP request to the implementation-defined logging system
Declaration
void LogFailedRequest(WebException wex)
Parameters
Type | Name | Description |
---|---|---|
System.Net.WebException | wex |
LogResponse(HttpWebResponse)
Log the given HTTP response to the implementation-defined logging system
Declaration
void LogResponse(HttpWebResponse resp)
Parameters
Type | Name | Description |
---|---|---|
System.Net.HttpWebResponse | resp |
RestartSession(Boolean)
Attempt to establish a new session
Declaration
bool RestartSession(bool throwException)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | throwException |
Returns
Type | Description |
---|---|
System.Boolean |