C# Class SizSelCsZzz.Extras.FakeServer

Inheritance: IDisposable
Afficher le fichier Open project: fschwiet/SizSelCsZzz

Méthodes publiques

Свойство Type Description
BaseUrl string

Méthodes publiques

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

Private Methods

Méthode Description
AsyncCallback ( HttpListenerResponse>.Action action ) : AsyncCallback

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FakeServer() public méthode

public FakeServer ( ) : System
Résultat System

FakeServer() public méthode

public FakeServer ( string host, int port ) : System
host string
port int
Résultat System

Start() public méthode

public Start ( HttpListenerResponse>.Action action ) : void
action HttpListenerResponse>.Action
Résultat void

UrlFor() public méthode

public UrlFor ( string path ) : string
path string
Résultat string

Property Details

BaseUrl public_oe property

public string BaseUrl
Résultat string