INetworkHelperServiceTrustedProxyIPAddresses Property  | 
 
            Gets the trusted proxy IP address ranges corresponding to the 
TrustedProxyIPs configuration setting.
            
 
    Namespace: 
   Dundas.BI.Services
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxIReadOnlyCollection<Tuple<IPAddress, IPAddress>> TrustedProxyIPAddresses { get; }ReadOnly Property TrustedProxyIPAddresses As IReadOnlyCollection(Of Tuple(Of IPAddress, IPAddress))
	Get
property IReadOnlyCollection<Tuple<IPAddress^, IPAddress^>^>^ TrustedProxyIPAddresses {
	IReadOnlyCollection<Tuple<IPAddress^, IPAddress^>^>^ get ();
}abstract TrustedProxyIPAddresses : IReadOnlyCollection<Tuple<IPAddress, IPAddress>> with get
Property Value
Type: 
IReadOnlyCollectionTupleIPAddress, 
IPAddress
See Also