C# 클래스 Schumix.Framework.Network.ClientSocket

Listener used inside the Alaris bot to get and handle ACS responses.
상속: IDisposable
파일 보기 프로젝트 열기: Schumix/Schumix2 1 사용 예제들

공개 메소드들

메소드 설명
ClientHandler ( object ob ) : void

Client handler procedure.

ClientSocket ( string host, int port, string password ) : System

Initializes a new instance of the Alaris.Core.ClientListener class.

Dispose ( ) : void
SendPacketToSCS ( SchumixPacket packet ) : void

Sends the packet to SCS.

Socket ( ) : void

Start listening.

메소드 상세

ClientHandler() 공개 메소드

Client handler procedure.
public ClientHandler ( object ob ) : void
ob object /// The object passed with ParameterizedThreadStart (a TcpClient) ///
리턴 void

ClientSocket() 공개 메소드

Initializes a new instance of the Alaris.Core.ClientListener class.
public ClientSocket ( string host, int port, string password ) : System
host string
port int /// Port to listen on. ///
password string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SendPacketToSCS() 공개 정적인 메소드

Sends the packet to SCS.
public static SendPacketToSCS ( SchumixPacket packet ) : void
packet SchumixPacket /// Packet. ///
리턴 void

Socket() 공개 메소드

Start listening.
public Socket ( ) : void
리턴 void