System.Web.HttpRequest.IsLocal Property

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

Syntax

public bool IsLocal { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HttpRequest.IsLocal property returns true if the IP address of the request originator is 127.0.0.1 or if the IP address of the request is the same as the server's IP address.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0