UdpConnection.bind

Bind to a local address in order to receive packets sent there.

  1. ushort bind(string host, ushort port)
    class UdpConnection
    final
    ushort
    bind
    (
    string host
    ,
    ushort port
    )
  2. ushort bind(AddressInfo addressInfo)

Meta