INetworkHelperServiceIsInternalIP Method |
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.
Namespace:
Dundas.BI.Services
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxbool IsInternalIP(
IPAddress ipAddress
)
Function IsInternalIP (
ipAddress As IPAddress
) As Boolean
bool IsInternalIP(
IPAddress^ ipAddress
)
abstract IsInternalIP :
ipAddress : IPAddress -> bool
Parameters
- ipAddress
- Type: System.NetIPAddress
The IP address.
Return Value
Type:
Boolean if the specified IP address is associated with the local machine or any other registered server;
otherwise,
.
See Also