CloverWindowsSDKREST.CloverRESTServer.CloverRESTServer C# (CSharp) Method

CloverRESTServer() public method

public CloverRESTServer ( string host = "localhost", string port = "1234", string protocol = "http", string dirindex = "index.html", string webroot = null, int maxthreads = 5 ) : System
host string
port string
protocol string
dirindex string
webroot string
maxthreads int
return System
        public CloverRESTServer(string host = "localhost", string port = "1234", string protocol = "http", string dirindex = "index.html", string webroot = null, int maxthreads = 5)
            : base(host, port, protocol, dirindex, webroot, maxthreads)
        {
        }
CloverRESTServer