HttpRequestContext.IsLocal Property

 

Gets or sets a value indicating whether the request originates from a local address.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public virtual bool IsLocal {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool IsLocal {
    [CompilerGeneratedAttribute]
    virtual bool get();
    [CompilerGeneratedAttribute]
    virtual void set(bool value);
}
abstract IsLocal : bool with get, set
override IsLocal : bool with get, set
Public Overridable Property IsLocal As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

HttpRequestContext Class
System.Web.Http.Controllers Namespace

Return to top