C# Class Nekoxy.NekoxyTcpServer

不具合修正のためにしぶしぶ継承
Inheritance: TrotiNet.TcpServer
显示文件 Open project: Gizeta/Nekoxy-fiddler Class Usage Examples

Public Methods

Method Description
NekoxyTcpServer ( int listeningPort, bool isUseIPv6 ) : System
Shutdown ( ) : void

TrotiNet.TcpServer.Stop() では Keep-Alive な Socket の後始末が行われないのでとりあえずこれで

Private Methods

Method Description
Stop ( ) : void

Method Details

NekoxyTcpServer() public method

public NekoxyTcpServer ( int listeningPort, bool isUseIPv6 ) : System
listeningPort int
isUseIPv6 bool
return System

Shutdown() public method

TrotiNet.TcpServer.Stop() では Keep-Alive な Socket の後始末が行われないのでとりあえずこれで
public Shutdown ( ) : void
return void