Mono Class Library: MySql.Data.MySqlClient Namespace

MySql.Data.MySqlClient.MySqlConnectionProtocol Enumeration

Allows the user to specify the type of connection that should be used. [Edit]
public enum MySqlConnectionProtocol

Remarks

Documentation for this section has not yet been entered. [Edit]

Members

Member NameDescription
NamedPipe Named pipe connection. Works only on Windows systems. [Edit]
SharedMemory Shared memory connection. Currently works only with Windows systems. [Edit]
Sockets TCP/IP style connection. Works everywhere. [Edit]
UnixSocket Unix domain socket connection. Works only with Unix systems. [Edit]

Requirements

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll)
Assembly Versions: 6.1.3.0