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

Inheritance: BinaryOperation, IStatsOperation
Mostrar archivo Open project: xianrendzw/LightFramework.Net

Private Properties

Property Type Description

Public Methods

Method Description
StatsOperation ( string type ) : System

Protected Methods

Method Description
Build ( ) : BinaryRequest
ReadResponse ( PooledSocket socket ) : bool

Method Details

Build() protected method

protected Build ( ) : BinaryRequest
return BinaryRequest

ReadResponse() protected method

protected ReadResponse ( PooledSocket socket ) : bool
socket PooledSocket
return bool

StatsOperation() public method

public StatsOperation ( string type ) : System
type string
return System