C# 클래스 PSUnityServer.SocketPolicyServer

파일 보기 프로젝트 열기: MickyBalladelli/PSUnity 1 사용 예제들

공개 메소드들

메소드 설명
SocketPolicyServer ( string xml ) : System
Start ( ) : int
Stop ( ) : void

비공개 메소드들

메소드 설명
OnAccept ( IAsyncResult ar ) : void
OnReceive ( IAsyncResult ar ) : void
OnSend ( IAsyncResult ar ) : void
RunServer ( ) : void

메소드 상세

SocketPolicyServer() 공개 메소드

public SocketPolicyServer ( string xml ) : System
xml string
리턴 System

Start() 공개 메소드

public Start ( ) : int
리턴 int

Stop() 공개 메소드

public Stop ( ) : void
리턴 void