C# Class Rainy.RainyStandaloneServer

Inheritance: IDisposable
Show file Open project: Dynalon/Rainy Class Usage Examples

Public Properties

Property Type Description
ListenUrl string

Public Methods

Method Description
Dispose ( ) : void
RainyStandaloneServer ( string listen_url, ComposeObjectGraphDelegate composer ) : System
Start ( ) : void
Stop ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RainyStandaloneServer() public method

public RainyStandaloneServer ( string listen_url, ComposeObjectGraphDelegate composer ) : System
listen_url string
composer ComposeObjectGraphDelegate
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

ListenUrl public property

public string ListenUrl
return string