







A set of flags for requesting new instances of connections
Namespace: MySql.Data.MySqlClient.Memcached
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
[FlagsAttribute] public enum MemcachedFlags |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration MemcachedFlags |
Visual C++ |
---|
[FlagsAttribute] public enum class MemcachedFlags |
Members
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. |