ae v0.0.2884 (2020-12-20T12:34:54Z)
Home
Dub
Repo
UdpConnection.bind
ae
net
asockets
UdpConnection
Bind to a local address in order to receive packets sent there.
ushort
bind
(string host, ushort port)
class
UdpConnection
final
ushort
bind
(
string
host
,
ushort
port
)
ushort
bind
(AddressInfo addressInfo)
Meta
Source
See Implementation
ae
net
asockets
UdpConnection
constructors
this
functions
bind
doReceive
doSend
initialize
initializeImpl
onWritable
variables
remoteAddress
Bind to a local address in order to receive packets sent there.