HioSocket.send

  1. size_t send(Nbuff data, Duration timeout)
  2. size_t send(immutable(ubyte)[] data, Duration timeout)
    class HioSocket
    @trusted
    size_t
    send
    (
    immutable(ubyte)[] data
    ,
    Duration timeout = 1.seconds
    )

Meta