AsyncSocket.OnClose

Type of callback triggered when a connection-oriented, active socket completes disconnects. The socket will have been killed before the call.

class AsyncSocket
nothrow
alias OnClose = void delegate
()

Meta