SessionCreationParametersAllowedIPAddresses Property

Gets a list containing the allowed IP addresses and ranges which will be associated with the session.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public ICollection<Tuple<IPAddress, IPAddress>> AllowedIPAddresses { get; }

Property Value

Type: ICollectionTupleIPAddress, IPAddress
See Also