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)
Syntaxvoid SetSessionIPAddress(
Guid sessionId,
string? ipAddress
)
Sub SetSessionIPAddress (
sessionId As Guid,
ipAddress As String
)
void SetSessionIPAddress(
Guid sessionId,
String^ ipAddress
)
abstract SetSessionIPAddress :
sessionId : Guid *
ipAddress : string -> unit
Parameters
- sessionId
- Type: System.Guid
The session ID. - ipAddress
- Type: System.String
The IP address.
Exceptions
See Also