CallerContextIPAddress Property

Gets or sets the IP address associated with the context.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IPAddress? IPAddress { get; set; }

Property Value

Type: IPAddress

When getting, the IP address associated with the context, or if no IP address is associated.

When setting, an explicit IP address to be associated with the context, or if the IP address should be automatically detected, or None if no IP address should be associated with the context.

See Also