MySQL Connector/Net
TextClient Class |
Implementation of the Memcached text client protocol.

Namespace: MySql.Data.MySqlClient.Memcached
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

The TextClient type exposes the following members.

Name | Description | |
---|---|---|
![]() | TextClient |

Name | Description | |
---|---|---|
![]() | Add | (Overrides ClientAdd(String, Object, TimeSpan).) |
![]() | Append | (Overrides ClientAppend(String, Object).) |
![]() | Cas | (Overrides ClientCas(String, Object, TimeSpan, UInt64).) |
![]() | Close |
Closes the client connection.
(Inherited from Client.) |
![]() | Decrement | (Overrides ClientDecrement(String, Int32).) |
![]() | Delete | (Overrides ClientDelete(String).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FlushAll | (Overrides ClientFlushAll(TimeSpan).) |
![]() | Get | (Overrides ClientGet(String).) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Increment | (Overrides ClientIncrement(String, Int32).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Open |
Opens the client connection.
(Inherited from Client.) |
![]() | Prepend | (Overrides ClientPrepend(String, Object).) |
![]() | Replace | (Overrides ClientReplace(String, Object, TimeSpan).) |
![]() | Set | (Overrides ClientSet(String, Object, TimeSpan).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |

Name | Description | |
---|---|---|
![]() | port |
The port used by the connection.
(Inherited from Client.) |
![]() | server |
The server DNS or IP address used by the connection.
(Inherited from Client.) |
![]() | stream |
The network stream used by the connecition.
(Inherited from Client.) |
