Provides types for bidirectional, interprocess communication over a network.

Classes

  ClassDescription
Public classNetworkStream
Public classSocket
Creates and configures sockets for network communications.
IMPORTANT: Use this class only with WIZnet W5100 Ethernet TCP/IP Chip.
Public classSocketException

Enumerations

  EnumerationDescription
Public enumerationAddressFamily
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.
Public enumerationProtocolType
Specifies the communications protocol that a Socket object uses to transfer data.
Public enumerationSelectMode
Poll Select Mode
Public enumerationSocketFlags
Ignored.
Public enumerationSocketOptionLevel
Specifies the protocol to which a socket configuration option (specified by the SocketOptionName enumeration) applies.
Public enumerationSocketOptionName
Specifies the configuration options that control the behavior of a socket.
Public enumerationSocketType
Specifies the socket type, which defines the capabilities of a socket that is used in network communications.