C# 클래스 Bracket.Hosting.Default.DefaultRackServer

상속: IDisposable
파일 보기 프로젝트 열기: PlasticLizard/Bracket 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

DefaultRackServer() 공개 메소드

public DefaultRackServer ( int port ) : System
port int
리턴 System

DefaultRackServer() 공개 메소드

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

DefaultRackServer() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Start() 공개 메소드

public Start ( RubyEnvironment rubyEnvironment ) : void
rubyEnvironment RubyEnvironment
리턴 void

Start() 공개 메소드

public Start ( RubyEnvironment rubyEnvironment, int tcpBacklog ) : void
rubyEnvironment RubyEnvironment
tcpBacklog int
리턴 void

Start() 공개 메소드

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

Stop() 공개 메소드

public Stop ( ) : void
리턴 void