Open this page in the API Guide

CallerContext.IPAddress 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 (25.1.0.1000)
Syntax
public IPAddress? IPAddress { get; set; }

Property Value

Type: IPAddress

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

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

See Also