PersistentConnection Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents a connection between client and server.
System::Object
Microsoft.AspNet.SignalR::PersistentConnection
Microsoft.AspNet.SignalR.Hubs::HubDispatcher
Microsoft.AspNet.SignalR::PersistentConnection
Microsoft.AspNet.SignalR.Hubs::HubDispatcher
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The PersistentConnection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AckHandler | |
![]() | Connection | Gets the IConnection for the PersistentConnection . |
![]() | Counters | |
![]() | Groups | Gets the IConnectionGroupManager for the PersistentConnection . |
![]() | JsonSerializer | |
![]() | MessageBus | |
![]() | ProtectedData | |
![]() | Trace | |
![]() | TraceManager | |
![]() | Transport |
| Name | Description | |
|---|---|---|
![]() | Authorize | |
![]() | AuthorizeRequest | Called before every request and gives the user a authorize the user. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetSignals | Returns the signals used in the PersistentConnection . |
![]() | GetType | (Inherited from Object.) |
![]() | Initialize | |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnConnected | Called when a new connection is made. |
![]() | OnDisconnected | Called when a connection disconnects. |
![]() | OnReceived | Called when data is received from a connection. |
![]() | OnReconnected | Called when a connection reconnects after a timeout. |
![]() | OnRejoiningGroups | Called when a connection reconnects after a timeout to determine which groups should be rejoined. |
![]() | ProcessRequest | Handles all requests for PersistentConnections. |
![]() | ToString | (Inherited from Object.) |
Show:



