NetMQ.NetMQBeacon.ConfigureAllInterfaces C# (CSharp) Method

ConfigureAllInterfaces() public method

Configure beacon to bind to all interfaces
public ConfigureAllInterfaces ( int port ) : void
port int Port to bind to
return void
        public void ConfigureAllInterfaces(int port)
        {
            Configure("*", port);
        }