SymplusDns.IsLocalIpAddress Method

Symplus Rule Engine

Collapse image Expand Image Copy image CopyHover image

[Missing <summary> documentation for "M:Symplus.Core.Net.SymplusDns.IsLocalIpAddress(System.String)"]

Namespace: Symplus.Core.Net
Assembly: Symplus.Core (in Symplus.Core.dll) Version: 1.1.7.1510 (1.1.7.1510)

Syntax

C#
public static bool IsLocalIpAddress(
	string host
)
Visual Basic
Public Shared Function IsLocalIpAddress ( 
	host As String
) As Boolean
Visual C++
public:
static bool IsLocalIpAddress(
	String^ host
)

Parameters

host
Type: System..::..String

[Missing <param name="host"/> documentation for "M:Symplus.Core.Net.SymplusDns.IsLocalIpAddress(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Symplus.Core.Net.SymplusDns.IsLocalIpAddress(System.String)"]

See Also