C# Class SizSelCsZzz.Extras.FakeServer

Inheritance: IDisposable
ファイルを表示 Open project: fschwiet/SizSelCsZzz

Public Properties

Property Type Description
BaseUrl string

Public Methods

Method Description
Dispose ( ) : void
FakeServer ( ) : System
FakeServer ( string host, int port ) : System
Start ( HttpListenerResponse>.Action action ) : void
UrlFor ( string path ) : string

Private Methods

Method Description
AsyncCallback ( HttpListenerResponse>.Action action ) : AsyncCallback

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FakeServer() public method

public FakeServer ( ) : System
return System

FakeServer() public method

public FakeServer ( string host, int port ) : System
host string
port int
return System

Start() public method

public Start ( HttpListenerResponse>.Action action ) : void
action HttpListenerResponse>.Action
return void

UrlFor() public method

public UrlFor ( string path ) : string
path string
return string

Property Details

BaseUrl public_oe property

public string BaseUrl
return string