C# 클래스 MindTouch.Clacks.Client.ClacksClient

상속: IDisposable
파일 보기 프로젝트 열기: MindTouch/MindTouch.Clacks 1 사용 예제들

공개 메소드들

메소드 설명
ClacksClient ( IConnectionPool pool, bool attemptReconnect = true ) : System
ClacksClient ( IPEndPoint endPoint, bool attemptReconnect = true ) : System
ClacksClient ( ISocket socket ) : System
ClacksClient ( string host, int port, bool attemptReconnect = true ) : System
Dispose ( ) : void
Exec ( MultiRequest request ) : IEnumerable
Exec ( System.Net.Request request ) : Response

보호된 메소드들

메소드 설명
InitSocket ( ) : void

비공개 메소드들

메소드 설명
DisposeSocket ( ) : void
ThrowIfDisposed ( ) : void

메소드 상세

ClacksClient() 공개 메소드

public ClacksClient ( IConnectionPool pool, bool attemptReconnect = true ) : System
pool IConnectionPool
attemptReconnect bool
리턴 System

ClacksClient() 공개 메소드

public ClacksClient ( IPEndPoint endPoint, bool attemptReconnect = true ) : System
endPoint System.Net.IPEndPoint
attemptReconnect bool
리턴 System

ClacksClient() 공개 메소드

public ClacksClient ( ISocket socket ) : System
socket ISocket
리턴 System

ClacksClient() 공개 메소드

public ClacksClient ( string host, int port, bool attemptReconnect = true ) : System
host string
port int
attemptReconnect bool
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Exec() 공개 메소드

public Exec ( MultiRequest request ) : IEnumerable
request MultiRequest
리턴 IEnumerable

Exec() 공개 메소드

public Exec ( System.Net.Request request ) : Response
request System.Net.Request
리턴 Response

InitSocket() 보호된 메소드

protected InitSocket ( ) : void
리턴 void