This documentation is archived and is not being maintained.
NetworkType Enumeration
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Specifies the network protocol used.
[Visual Basic] <Serializable> Public Enum NetworkType [C#] [Serializable] public enum NetworkType [C++] [Serializable] __value public enum NetworkType [JScript] public Serializable enum NetworkType
Members
| Member name | Description |
|---|---|
| DefaultNetwork Supported only by the .NET Compact Framework. | Use the current configured client Net-Library. |
| MultiProtocol Supported only by the .NET Compact Framework. | Use the Multiprotocol Net Library. |
| TcpIpSockets Supported only by the .NET Compact Framework. | Use the TCP/IP Sockets Net Library. |
Requirements
Namespace: System.Data.SqlServerCe
Platforms: .NET Compact Framework
Assembly: System.Data.Sqlserverce (in System.Data.Sqlserverce.dll)
See Also
Show: