SocketStream.bind

bind() just remember address. We will cal bind() at the time of connect as we can have several connection trials.

  1. void bind(string to)
    class SocketStream
    override
    void
    bind
    (
    string to
    )
  2. void bind(Address addr)

Meta