C# Class Enyim.Caching.Memcached.Protocol.Binary.StatsOperation

Inheritance: BinaryOperation, IStatsOperation
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
StatsOperation ( string type ) : System

Méthodes protégées

Méthode Description
Build ( ) : BinaryRequest
ReadResponse ( PooledSocket socket ) : bool

Method Details

Build() protected méthode

protected Build ( ) : BinaryRequest
Résultat BinaryRequest

ReadResponse() protected méthode

protected ReadResponse ( PooledSocket socket ) : bool
socket PooledSocket
Résultat bool

StatsOperation() public méthode

public StatsOperation ( string type ) : System
type string
Résultat System