Client Class

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
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

See Also