Function 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.

String bindIp() nothrow @property @nogc;

void bindIp (
  String v
) nothrow @property @nogc;