![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
The interface for synchronous message handling. More...
Public Member Functions | |
void | HandleConnect (SocketAsyncEventArgs args) |
Perform the connection handling. More... | |
void | ServerConnectionAttemptFailed (ServerClosedEventArgs args) |
Called when a connection attempt to the server fails. More... | |
void | ServerRejectedCredentials (V4Credentials credentials) |
This is called when credentials have been sent to the server and the server has rejected the credentials. More... | |
void | ServerDisconnected (ServerClosedEventArgs args) |
Called when the server is disconnected. More... | |
The interface for synchronous message handling.
void PushTechnology.DiffusionCore.Connection.Interfaces.ISyncMessageHandler.HandleConnect | ( | SocketAsyncEventArgs | args | ) |
Perform the connection handling.
args |
void PushTechnology.DiffusionCore.Connection.Interfaces.ISyncMessageHandler.ServerConnectionAttemptFailed | ( | ServerClosedEventArgs | args | ) |
Called when a connection attempt to the server fails.
void PushTechnology.DiffusionCore.Connection.Interfaces.ISyncMessageHandler.ServerDisconnected | ( | ServerClosedEventArgs | args | ) |
Called when the server is disconnected.
args |
void PushTechnology.DiffusionCore.Connection.Interfaces.ISyncMessageHandler.ServerRejectedCredentials | ( | V4Credentials | credentials | ) |
This is called when credentials have been sent to the server and the server has rejected the credentials.
credentials |