OwinUtils.IsLocal Method
- Namespace:
- Weavy.Web.Owin
- Assembly:
- Weavy.Web.dll
IsLocal(IOwinRequest)
Checks if the request is local (from localhost, 127.0.0.1, ::1).
public static bool IsLocal(this IOwinRequest request)
Parameters
- request
- Microsoft.Owin.IOwinRequest
Returns
bool