SetSessionIPAddressOptions Class

The options class used for setting the IP address on the session.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsSetSessionIPAddressOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class SetSessionIPAddressOptions

The SetSessionIPAddressOptions type exposes the following members.

Constructors
  NameDescription
Public methodSetSessionIPAddressOptions
Initializes a new instance of the SetSessionIPAddressOptions class
Top
Properties
  NameDescription
Public propertyIPAddress
Gets or sets the IP address to be set.
Public propertySessionId
Gets or sets the ID of the session.
Top
See Also