Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Connection.Interfaces.ISyncMessageHandler Interface Reference

The interface for synchronous message handling. More...

Inheritance diagram for PushTechnology.DiffusionCore.Connection.Interfaces.ISyncMessageHandler:
PushTechnology.DiffusionCore.Connection.Connectors.IDiffusionClientTcpConnection

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...
 

Detailed Description

The interface for synchronous message handling.

Member Function Documentation

void PushTechnology.DiffusionCore.Connection.Interfaces.ISyncMessageHandler.HandleConnect ( SocketAsyncEventArgs  args)

Perform the connection handling.

Parameters
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.

Parameters
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.

Parameters
credentials