C# 클래스 CRL.CacheServer.TcpPoolClient

连接池形式的Client
상속: CacheClientProxy
파일 보기 프로젝트 열기: hubro-xx/CRL2

공개 메소드들

메소드 설명
Dispose ( ) : void
SendQuery ( string query ) : string
TcpPoolClient ( string _server, int _port ) : System

连接池形式的Client

비공개 메소드들

메소드 설명
threadStart ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SendQuery() 공개 메소드

public SendQuery ( string query ) : string
query string
리턴 string

TcpPoolClient() 공개 메소드

连接池形式的Client
public TcpPoolClient ( string _server, int _port ) : System
_server string
_port int
리턴 System