OwinUtils.IsWebDAV Method
- Namespace:
- Weavy.Web.Owin
- Assembly:
- Weavy.Web.dll
IsWebDAV(IOwinRequest)
Checks if the request is a WebDAV request.
public static bool IsWebDAV(this IOwinRequest request)
Parameters
- request
- Microsoft.Owin.IOwinRequest
Returns
bool