SocketEventArgs.this

Creates a new socket event argument wrapper.

class SocketEventArgs(T)
this
(,,
Exception error = null
)

Parameters

server SocketServer!T

The server.

client SocketClient!T

The client.

error Exception

(optional) The error.

Meta