Click or drag to resize

TcpServerHandleConnection Method

When overridden in a derived class, handles a server connection.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
protected abstract void HandleConnection(
	TcpClient client
)

Parameters

client
Type: System.Net.SocketsTcpClient
A TcpClient class used to send and receive data to the client that connected to the server.
See Also