C# 클래스 CloverWindowsSDKREST.CloverRESTServer

상속: Grapevine.Server.RESTServer
파일 보기 프로젝트 열기: clover/remote-pay-windows 1 사용 예제들

공개 메소드들

메소드 설명
CloverRESTServer ( string host = "localhost", string port = "1234", string protocol = "http", string dirindex = "index.html", string webroot = null, int maxthreads = 5 ) : System

메소드 상세

CloverRESTServer() 공개 메소드

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
리턴 System