Click or drag to resize

IASession Properties

The IASession type exposes the following members.

Properties
  NameDescription
Public propertyBatchCommand
Gets the current batch command.
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.
(Inherited from HttpSession.)
Public propertyIndentJson
Gets a value indicating whether JSON data sent to server should be indented. Useful for debugging.
(Inherited from HttpSession.)
Public propertyMaxBatchSize
Gets the maximum size of the batch before automatically processing and starting a new batch.
Public propertyMaxConnections
Gets the max number of connections to management server allowed.
(Inherited from HttpSession.)
Public propertyURL
URL that was used to reach the API server.
(Inherited from HttpSession.)
Top
See Also