Provides types for bidirectional, interprocess communication over a network.
Classes
| Class | Description | |
|---|---|---|
| NetworkStream | ||
| Socket |
Creates and configures sockets for network communications. IMPORTANT: Use this class only with WIZnet W5100 Ethernet TCP/IP Chip. | |
| SocketException |
Enumerations
| Enumeration | Description | |
|---|---|---|
| AddressFamily |
Specifies the address families that an instance of the GHIElectronics.NETMF.Net.Sockets class can use. IMPORTANT: Use this class only with WIZnet W5100 Ethernet TCP/IP Chip. | |
| ProtocolType |
Specifies the communications protocol that a Socket object uses to transfer data. | |
| SelectMode |
Poll Select Mode
| |
| SocketFlags |
Ignored.
| |
| SocketOptionLevel |
Specifies the protocol to which a socket configuration option (specified by the SocketOptionName enumeration) applies.
| |
| SocketOptionName |
Specifies the configuration options that control the behavior of a socket.
| |
| SocketType |
Specifies the socket type, which defines the capabilities of a socket that is used in network communications.
|