C-DEngine 5.105

HttpListenerRequest..::..IsLocal Property

Gets a value indicating whether the request is sent from the local computer.

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

Syntax


public bool IsLocal { get; }
Public ReadOnly Property IsLocal As Boolean
	Get
public:
property bool^ IsLocal {
	bool^ get ();
}

Field Value

true if the request is sent from the local computer; otherwise, false.