







An interface of the client memcached protocol. This class is abstract for
implementation of the Memcached client interface see TextClient for the
text protocol version and BinaryClient for the binary protocol version.
Namespace: MySql.Data.MySqlClient.Memcached
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
public abstract class Client |
Visual Basic |
---|
Public MustInherit Class Client |
Visual C++ |
---|
public ref class Client abstract |
Inheritance Hierarchy
System..::..Object
MySql.Data.MySqlClient.Memcached..::..Client
MySql.Data.MySqlClient.Memcached..::..BinaryClient
MySql.Data.MySqlClient.Memcached..::..TextClient
MySql.Data.MySqlClient.Memcached..::..Client
MySql.Data.MySqlClient.Memcached..::..BinaryClient
MySql.Data.MySqlClient.Memcached..::..TextClient