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 (26.2.0.1000)
Syntax
public ICollection<Tuple<IPAddress, IPAddress>> AllowedIPAddresses { get; }

Property Value

ICollectionTupleIPAddress, IPAddress
See Also