ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Implements the ISocketPingPong interface to manage the ping-pong operations between the client and server over a socket connection. More...
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 |
Implements the ISocketPingPong interface to manage the ping-pong operations between the client and server over a socket connection.
XmobiTea.ProtonNet.Client.Socket.SocketPingPong.SocketPingPong | ( | ISocketClient | client | ) |
Initializes a new instance of the SocketPingPong class.
client | The socket client associated with this ping-pong 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.