ae v0.0.2137 (2018-01-31T16:30:29Z)
Home
Dub
Repo
IConnection.DisconnectHandler
ae
net
asockets
IConnection
Callback setter for when a connection was closed.
interface
IConnection
alias
DisconnectHandler
=
void
delegate
(
string
reason
,
DisconnectType
type
)
Meta
Source
See Implementation
ae
net
asockets
IConnection
aliases
BufferFlushedHandler
ConnectHandler
DisconnectHandler
ReadDataHandler
functions
disconnect
send
manifest constants
DEFAULT_PRIORITY
MAX_PRIORITY
properties
connected
disconnecting
handleBufferFlushed
handleConnect
handleDisconnect
handleReadData
state
static variables
defaultDisconnectReason
Callback setter for when a connection was closed.