HttpRequest.IsLocal Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Anforderung vom lokalen Computer stammt.

public:
 property bool IsLocal { bool get(); };
public bool IsLocal { get; }
member this.IsLocal : bool
Public ReadOnly Property IsLocal As Boolean

Eigenschaftswert

Boolean

true, wenn die Anforderung vom lokalen Computer stammt, andernfalls false.

Hinweise

Die IsLocal Eigenschaft gibt true zurück, wenn die IP-Adresse des Anforderungsautors 127.0.0.1 ist oder die IP-Adresse der Anforderung identisch ist.

Gilt für