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