TextClient Class

MySQL Connector/Net

TextClient Class
Implementation of the Memcached text client protocol.
Inheritance Hierarchy
SystemObject  MySql.Data.MySqlClient.MemcachedClient
    MySql.Data.MySqlClient.MemcachedTextClient

Namespace: MySql.Data.MySqlClient.Memcached
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public class TextClient : Client
Public Class TextClient
	Inherits Client
public ref class TextClient : public Client
type TextClient =  
    class
        inherit Client
    end

The TextClient type exposes the following members.

Constructors
  NameDescription
Protected methodTextClient
Top
Methods
  NameDescription
Public methodAdd (Overrides ClientAdd(String, Object, TimeSpan).)
Public methodAppend (Overrides ClientAppend(String, Object).)
Public methodCas (Overrides ClientCas(String, Object, TimeSpan, UInt64).)
Public methodClose
Closes the client connection.
(Inherited from Client.)
Public methodDecrement (Overrides ClientDecrement(String, Int32).)
Public methodDelete (Overrides ClientDelete(String).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlushAll (Overrides ClientFlushAll(TimeSpan).)
Public methodGet (Overrides ClientGet(String).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncrement (Overrides ClientIncrement(String, Int32).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpen
Opens the client connection.
(Inherited from Client.)
Public methodPrepend (Overrides ClientPrepend(String, Object).)
Public methodReplace (Overrides ClientReplace(String, Object, TimeSpan).)
Public methodSet (Overrides ClientSet(String, Object, TimeSpan).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldport
The port used by the connection.
(Inherited from Client.)
Protected fieldserver
The server DNS or IP address used by the connection.
(Inherited from Client.)
Protected fieldstream
The network stream used by the connecition.
(Inherited from Client.)
Top
See Also