C# 클래스 SizSelCsZzz.Extras.FakeServer

상속: IDisposable
파일 보기 프로젝트 열기: fschwiet/SizSelCsZzz

공개 프로퍼티들

프로퍼티 타입 설명
BaseUrl string

공개 메소드들

메소드 설명
Dispose ( ) : void
FakeServer ( ) : System
FakeServer ( string host, int port ) : System
Start ( HttpListenerResponse>.Action action ) : void
UrlFor ( string path ) : string

비공개 메소드들

메소드 설명
AsyncCallback ( HttpListenerResponse>.Action action ) : AsyncCallback

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FakeServer() 공개 메소드

public FakeServer ( ) : System
리턴 System

FakeServer() 공개 메소드

public FakeServer ( string host, int port ) : System
host string
port int
리턴 System

Start() 공개 메소드

public Start ( HttpListenerResponse>.Action action ) : void
action HttpListenerResponse>.Action
리턴 void

UrlFor() 공개 메소드

public UrlFor ( string path ) : string
path string
리턴 string

프로퍼티 상세

BaseUrl 공개적으로 프로퍼티

public string BaseUrl
리턴 string