INetworkHelperService Interface

Provides low-level networking helper methods.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface INetworkHelperService

The INetworkHelperService type exposes the following members.

Properties
  NameDescription
Public propertyCallerIPAddress
Gets the current caller IP address.
Public propertyTrustedProxyIPAddresses
Gets the trusted proxy IP address ranges corresponding to the TrustedProxyIPs configuration setting.
Top
Methods
  NameDescription
Public methodIsInternalIP 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.
Public methodIsIPAddressInRange
Gets a value indicating whether an IP address is within at least one of the specified ranges.
Public methodIsSecureConnection(Boolean, IDictionaryString, String, IPAddress)
Determines whether the specified request uses a secure (HTTPS) connection from the point-of-view of the browser.
Public methodIsSecureConnection(Boolean, IDictionaryString, String, IPAddress, Boolean)
Determines whether the specified request uses a secure (HTTPS) connection from the point-of-view of the browser.
Top
See Also