INetworkHelperServiceIsInternalIP Method |
Note: This API is now 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.
Namespace: Dundas.BI.ServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax[ObsoleteAttribute("This method is no longer supported")]
bool IsInternalIP(
IPAddress ipAddress
)<ObsoleteAttribute("This method is no longer supported")>
Function IsInternalIP (
ipAddress As IPAddress
) As Boolean[ObsoleteAttribute(L"This method is no longer supported")]
bool IsInternalIP(
IPAddress^ ipAddress
)
[<ObsoleteAttribute("This method is no longer supported")>]
abstract IsInternalIP :
ipAddress : IPAddress -> bool Parameters
- ipAddress IPAddress
- The IP address.
Return Value
Boolean if the specified IP address is associated with the local machine or any other registered server;
otherwise,
.
See Also