C# Class CSharpUtils.Http.Server.HttpServer

ファイルを表示 Open project: soywiz/csharputils

Public Methods

Method Description
Listen ( ushort Port = 80, string Address = "0.0.0.0", bool Launch = false ) : void

Protected Methods

Method Description
HandleAcceptedSocket ( Object _Socket ) : void

Method Details

HandleAcceptedSocket() protected method

protected HandleAcceptedSocket ( Object _Socket ) : void
_Socket Object
return void

Listen() public method

public Listen ( ushort Port = 80, string Address = "0.0.0.0", bool Launch = false ) : void
Port ushort
Address string
Launch bool
return void