C# Class CloverWindowsSDKREST.CloverRESTServer

Inheritance: Grapevine.Server.RESTServer
Show file Open project: clover/remote-pay-windows Class Usage Examples

Public Methods

Method Description
CloverRESTServer ( string host = "localhost", string port = "1234", string protocol = "http", string dirindex = "index.html", string webroot = null, int maxthreads = 5 ) : System

Method Details

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