Protocol.disconnected

Called when a connection is lost.

interface Protocol
@nogc
void
disconnected

Parameters

exception SocketException

$(D_PSYMBOL Exception) if an error caused the disconnect, $(D_KEYWORD null) otherwise.

Meta