TCPSocket.send

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool send(string data)
  2. bool send(ArrayBuffer data, uint byteOffset, uint byteLength)
  3. bool send(ArrayBuffer data, uint byteOffset)
    struct TCPSocket
    nothrow
    bool
    send
    ()
    (
    scope ref ArrayBuffer data
    ,)
  4. bool send(ArrayBuffer data)

Meta