C# Class Bracket.Hosting.Default.DefaultRackServer

Inheritance: IDisposable
Mostrar archivo Open project: PlasticLizard/Bracket Class Usage Examples

Public Methods

Method Description
DefaultRackServer ( int port ) : System
DefaultRackServer ( int port, IPAddress ipAddress ) : System
DefaultRackServer ( int port, IPAddress ipAddress, ILogWriter logWriter ) : System
Dispose ( ) : void
Start ( ) : void
Start ( RubyEnvironment rubyEnvironment ) : void
Start ( RubyEnvironment rubyEnvironment, int tcpBacklog ) : void
Start ( int tcpBacklog ) : void

Starts listening on the configured IPAddress and port for requests.

Stop ( ) : void

Method Details

DefaultRackServer() public method

public DefaultRackServer ( int port ) : System
port int
return System

DefaultRackServer() public method

public DefaultRackServer ( int port, IPAddress ipAddress ) : System
port int
ipAddress System.Net.IPAddress
return System

DefaultRackServer() public method

public DefaultRackServer ( int port, IPAddress ipAddress, ILogWriter logWriter ) : System
port int
ipAddress System.Net.IPAddress
logWriter ILogWriter
return System

Dispose() public method

public Dispose ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Start() public method

public Start ( RubyEnvironment rubyEnvironment ) : void
rubyEnvironment RubyEnvironment
return void

Start() public method

public Start ( RubyEnvironment rubyEnvironment, int tcpBacklog ) : void
rubyEnvironment RubyEnvironment
tcpBacklog int
return void

Start() public method

Starts listening on the configured IPAddress and port for requests.
public Start ( int tcpBacklog ) : void
tcpBacklog int
return void

Stop() public method

public Stop ( ) : void
return void