C# Class Nekoxy.NekoxyTcpServer

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

Méthodes publiques

Méthode Description
NekoxyTcpServer ( int listeningPort, bool isUseIPv6 ) : System
Shutdown ( ) : void

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

Private Methods

Méthode Description
Stop ( ) : void

Method Details

NekoxyTcpServer() public méthode

public NekoxyTcpServer ( int listeningPort, bool isUseIPv6 ) : System
listeningPort int
isUseIPv6 bool
Résultat System

Shutdown() public méthode

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