Click or drag to resize

HttpSession Properties

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
See Also