C# 클래스 MBC.Shared.Entities.NetCom

Allows communication between the server and client through a Socket.
상속: System.Entity
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship 1 사용 예제들

공개 메소드들

메소드 설명
Connect ( string serverIp ) : bool
Disconnect ( ) : void
NetCom ( System.Entity parent ) : System

비공개 메소드들

메소드 설명
BeginReceive ( System.Action callback, int expectedSize ) : void
EventAction ( ) : void
EventLengthAction ( ) : void
HandshakeAction ( ) : void
Receive ( IAsyncResult ar ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( string serverIp ) : bool
serverIp string
리턴 bool

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

NetCom() 공개 메소드

public NetCom ( System.Entity parent ) : System
parent System.Entity
리턴 System