PersistentConnection Methods
.NET Framework 4.5
Top
The PersistentConnection type exposes the following members.
| 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: