Starts accepting incoming connections on endpoint.
ZmqException if $(ZMQ) reports an error.
$(ZMQREF zmq_bind())
auto s = Socket(SocketType.pub); s.bind("inproc://zmqd_bind_example");
See Implementation
Starts accepting incoming connections on endpoint.