|  | IASession Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Koopman.CheckPoint.IA
 Syntax
SyntaxThe IASession type exposes the following members.
 Constructors
Constructors Properties
Properties| Name | Description | |
|---|---|---|
|  | BatchCommand | 
            Gets the current batch command.
             | 
|  | 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.
            (Inherited from HttpSession.) | 
|  | IndentJson | 
            Gets a value indicating whether JSON data sent to server should be indented. Useful for debugging.
            (Inherited from HttpSession.) | 
|  | MaxBatchSize | 
            Gets the maximum size of the batch before automatically processing and starting a new batch.
             | 
|  | MaxConnections | 
            Gets the max number of connections to management server allowed.
            (Inherited from HttpSession.) | 
|  | URL | 
            URL that was used to reach the API server.
            (Inherited from HttpSession.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddIdentity | 
            Adds an identity.
             | 
|  | DeleteIdentity | 
            Deletes an identity.
             | 
|  | DeleteIdentityMask | 
            Deletes an identity.
             | 
|  | DeleteIdentityRange | 
            Deletes an identity.
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Flush | 
            Forces current batch to be sent to gateway, and optionally also finish batch processing.
             | 
|  | 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.
            (Inherited from HttpSession.) | 
|  | ResetBatch | 
            Resets the batch without sending any requests to the gateway, and optionally also finish
            batch processing.
             | 
|  | ShowIdentity | 
            Shows an identity.
             | 
|  | StartAddBatch | |
|  | StartDeleteBatch | |
|  | StartShowBatch | 
            Starts batch processing for ShowIdentity(String, CancellationToken).
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also