HttpSession Class |
Namespace: Koopman.CheckPoint.Common
The HttpSession type exposes the following members.
Name | Description | |
---|---|---|
DebugWriter |
Gets or sets the debug writer. All API posts and responses will be sent to this writer.
They are sent in the RAW JSON format as sent and received to/from the server.
| |
IndentJson |
Gets a value indicating whether JSON data sent to server should be indented. Useful for debugging.
| |
MaxConnections |
Gets the max number of connections to management server allowed.
| |
URL |
URL that was used to reach the API server.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
PostAsync |
Async posts the specified command with the JSON data supplied. This can be used to send
any commands this .NET package doesn't implement yet.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |