ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
Loading...
Searching...
No Matches
XmobiTea.ProtonNet.Client.Socket.SocketPingPong Class Reference

Implements the ISocketPingPong interface to manage the ping-pong operations between the client and server over a socket connection. More...

Inheritance diagram for XmobiTea.ProtonNet.Client.Socket.SocketPingPong:
XmobiTea.ProtonNet.Client.Socket.ISocketPingPong

Public Member Functions

 SocketPingPong (ISocketClient client)
 Initializes a new instance of the SocketPingPong class.
 
void Service ()
 Services the socket ping-pong operation by sending a ping if the interval has elapsed.
 
- Public Member Functions inherited from XmobiTea.ProtonNet.Client.Socket.ISocketPingPong

Detailed Description

Implements the ISocketPingPong interface to manage the ping-pong operations between the client and server over a socket connection.

Constructor & Destructor Documentation

◆ SocketPingPong()

XmobiTea.ProtonNet.Client.Socket.SocketPingPong.SocketPingPong ( ISocketClient client)

Initializes a new instance of the SocketPingPong class.

Parameters
clientThe socket client associated with this ping-pong service.

Member Function Documentation

◆ Service()

void XmobiTea.ProtonNet.Client.Socket.SocketPingPong.Service ( )

Services the socket ping-pong operation by sending a ping if the interval has elapsed.

Implements XmobiTea.ProtonNet.Client.Socket.ISocketPingPong.


The documentation for this class was generated from the following file: