Click or drag to resize

HttpSession Class

Base HTTP Session Class
Inheritance Hierarchy

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public abstract class HttpSession : IDisposable
Request Example View Source

The HttpSession type exposes the following members.

Properties
  NameDescription
Public propertyDebugWriter
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.
Public propertyIndentJson
Gets a value indicating whether JSON data sent to server should be indented. Useful for debugging.
Public propertyMaxConnections
Gets the max number of connections to management server allowed.
Public propertyURL
URL that was used to reach the API server.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPostAsync
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also