WebSocketServer.bindIp

When not set to * will restrict incoming connections to the specified IP address. Setting bind_ip to 127.0.0.1 will cause the server to listen only to the local host.

  1. String bindIp [@property getter]
    struct WebSocketServer
    @nogc nothrow @property
    String
    bindIp
    ()
  2. String bindIp [@property setter]

Meta