C# 클래스 Nekoxy.NekoxyTcpServer

不具合修正のためにしぶしぶ継承
상속: TrotiNet.TcpServer
파일 보기 프로젝트 열기: Gizeta/Nekoxy-fiddler 1 사용 예제들

공개 메소드들

메소드 설명
NekoxyTcpServer ( int listeningPort, bool isUseIPv6 ) : System
Shutdown ( ) : void

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

비공개 메소드들

메소드 설명
Stop ( ) : void

메소드 상세

NekoxyTcpServer() 공개 메소드

public NekoxyTcpServer ( int listeningPort, bool isUseIPv6 ) : System
listeningPort int
isUseIPv6 bool
리턴 System

Shutdown() 공개 메소드

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