UdpSocket.sendTo

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ptrdiff_t sendTo(const(void)[] buf, Address to)
  2. ptrdiff_t sendTo(const(void)[] buf)
    class UdpSocket
    ptrdiff_t
    sendTo
    (
    const(void)[] buf
    )
  3. ptrdiff_t sendTo(const(void)[] buf, SocketFlags flags, Address to)

Meta