Open this page in the API Guide

ISessionService.SetSessionIPAddress Method

Sets the IP address associated with the specified session.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
void SetSessionIPAddress(
	Guid sessionId,
	string? ipAddress
)

Parameters

sessionId
Type: System.Guid
The session ID.
ipAddress
Type: System.String
The IP address.
Exceptions
ExceptionCondition
ArgumentExceptionsessionId is Empty.
NoPrivilegeExceptionThe caller does not have system administrator privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also