C# 클래스 openABAP.Http.Server

상속: Bend.Util.HttpServer
파일 보기 프로젝트 열기: bi-tm/openABAP 1 사용 예제들

공개 메소드들

메소드 설명
Main ( string args ) : void
Server ( int port ) : System
handleGETRequest ( HttpProcessor p ) : void
handlePOSTRequest ( HttpProcessor p, StreamReader inputData ) : void

비공개 메소드들

메소드 설명
WriteForm ( HttpProcessor p ) : void

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

Server() 공개 메소드

public Server ( int port ) : System
port int
리턴 System

handleGETRequest() 공개 메소드

public handleGETRequest ( HttpProcessor p ) : void
p Bend.Util.HttpProcessor
리턴 void

handlePOSTRequest() 공개 메소드

public handlePOSTRequest ( HttpProcessor p, StreamReader inputData ) : void
p Bend.Util.HttpProcessor
inputData System.IO.StreamReader
리턴 void