CallHandler Constructor
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Owin
Assembly: Microsoft.AspNet.SignalR.Owin (in Microsoft.AspNet.SignalR.Owin.dll)
Initializes a new instance of the CallHandler class.
Assembly: Microsoft.AspNet.SignalR.Owin (in Microsoft.AspNet.SignalR.Owin.dll)
public:
CallHandler(
ConnectionConfiguration^ configuration,
PersistentConnection^ connection
)
Parameters
- configuration
- Type: Microsoft.AspNet.SignalR::ConnectionConfiguration
- connection
- Type: Microsoft.AspNet.SignalR::PersistentConnection
Show: