C-DEngine 5.105

Ext..::..IsLocal Method

Determines whether the specified [System.Net.IPAddress] represents the local IP address.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool IsLocal(
	IPAddress address
)
Public Shared Function IsLocal ( _
	address As IPAddress _
) As Boolean
public:
static bool^ IsLocal(
	IPAddress^ address
)

Parameters

address
Type: IPAddress
A [System.Net.IPAddress] to test.

Return Value

true if address represents the local IP address; otherwise, false.