INetworkHelperService Interface |
Namespace: Dundas.BI.Services
The INetworkHelperService type exposes the following members.
Name | Description | |
---|---|---|
CallerIPAddress |
Gets the current caller IP address.
| |
TrustedProxyIPAddresses |
Gets the trusted proxy IP address ranges corresponding to the TrustedProxyIPs configuration setting.
|
Name | Description | |
---|---|---|
IsInternalIP | Obsolete.
Gets a value indicating whether the specified IP address is associated with the local machine
or any other registered Dundas BI server connected to the current application database.
| |
IsIPAddressInRange |
Gets a value indicating whether an IP address is within at least one of the specified ranges.
| |
IsSecureConnection(Boolean, IDictionaryString, String, IPAddress) |
Determines whether the specified request uses a secure (HTTPS) connection from the point-of-view of
the browser.
| |
IsSecureConnection(Boolean, IDictionaryString, String, IPAddress, Boolean) |
Determines whether the specified request uses a secure (HTTPS) connection from the point-of-view of
the browser.
|