C# 클래스 NMemcached.ClientConnection

상속: IDisposable
파일 보기 프로젝트 열기: hibernating-rhinos/NMemcached 1 사용 예제들

공개 메소드들

메소드 설명
ClientConnection ( TcpClient client, Stream stream, System.Action onDispose ) : System
Dispose ( ) : void
ProcessNextCommand ( ) : void

비공개 메소드들

메소드 설명
ExecuteCommand ( string commandLine, Exception e ) : void
HandleDisconnectionExceptions ( System.Action action ) : void
SendError ( ) : void
SendServerError ( Exception e ) : void

메소드 상세

ClientConnection() 공개 메소드

public ClientConnection ( TcpClient client, Stream stream, System.Action onDispose ) : System
client System.Net.Sockets.TcpClient
stream Stream
onDispose System.Action
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ProcessNextCommand() 공개 메소드

public ProcessNextCommand ( ) : void
리턴 void