TLSChannel.send

Inject plaintext intended for counterparty Throws an exception if isActive() is false

  1. void send(const(ubyte)* buf, size_t buf_size)
  2. void send(string str)
  3. void send(Vector!(char, Alloc) val)
    class TLSChannel
    public
    void
    send
    (
    Alloc
    )
    (
    const ref Vector!(char, Alloc) val
    )

Meta