Datagram.write

Write the provided content to the socket. This will stall until the socket responds in some manner. We assume the datagram has been connected.

Returns the number of bytes sent to the output, or Eof if the socket cannot write

  1. size_t write(const(void)[] src)
    class Datagram
    override
    write
    (
    const(void)[] src
    )
  2. size_t write(const(void)[] src, Address to)

Meta