C# Class NMemcached.ClientConnection

Inheritance: IDisposable
Afficher le fichier Open project: hibernating-rhinos/NMemcached Class Usage Examples

Méthodes publiques

Méthode Description
ClientConnection ( TcpClient client, Stream stream, System.Action onDispose ) : System
Dispose ( ) : void
ProcessNextCommand ( ) : void

Private Methods

Méthode Description
ExecuteCommand ( string commandLine, Exception e ) : void
HandleDisconnectionExceptions ( System.Action action ) : void
SendError ( ) : void
SendServerError ( Exception e ) : void

Method Details

ClientConnection() public méthode

public ClientConnection ( TcpClient client, Stream stream, System.Action onDispose ) : System
client System.Net.Sockets.TcpClient
stream Stream
onDispose System.Action
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ProcessNextCommand() public méthode

public ProcessNextCommand ( ) : void
Résultat void