Table of Contents

Property IsLocal

Namespace
Sisk.Core.Http.Engine
Assembly
Sisk.Core.dll

IsLocal

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

public abstract bool IsLocal { get; }

Property Value

bool

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