C# 클래스 Ipop.SocialVPN.HttpInterface

파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_listener System.Net.HttpListener
_port string
_runner Thread
_running bool

공개 메소드들

메소드 설명
HttpInterface ( string port ) : System
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
Process ( string>.Dictionary request ) : string
Run ( ) : void

메소드 상세

HttpInterface() 공개 메소드

public HttpInterface ( string port ) : System
port string
리턴 System

Process() 보호된 메소드

protected Process ( string>.Dictionary request ) : string
request string>.Dictionary
리턴 string

Run() 보호된 메소드

protected Run ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

_listener 보호되어 있는 프로퍼티

protected HttpListener,System.Net _listener
리턴 System.Net.HttpListener

_port 보호되어 있는 프로퍼티

protected string _port
리턴 string

_runner 보호되어 있는 프로퍼티

protected Thread _runner
리턴 Thread

_running 보호되어 있는 프로퍼티

protected bool _running
리턴 bool