MySQL Connector/Net
MemcachedFlags Enumeration |
A set of flags for requesting new instances of connections
Namespace: MySql.Data.MySqlClient.Memcached
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9


Member name | Value | Description | |
---|---|---|---|
TextProtocol | 1 | Requests a connection implememting the text protocol. | |
BinaryProtocol | 2 | Requests a connection implementing the binary protocol. | |
Tcp | 4 | Requests a TCP connection. Currently UDP is not supported. |
