Allows the user to specify the type of connection that should
be used.
[
Edit]
public enum MySqlConnectionProtocol |
|
Remarks
Members
Member Name | Description |
---|
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