Specifies the protocol to which a socket configuration option (specified by the SocketOptionName enumeration) applies.

Namespace: GHIElectronics.NETMF.Net.Sockets
Assembly: GHIElectronics.NETMF.W5100 (in GHIElectronics.NETMF.W5100.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
public enum SocketOptionLevel

Members

Member nameValueDescription
Socket65535 A value specifying that the socket options apply to all sockets.
IP0 A value specifying that the socket options apply only to a socket that is using the Internet Protocol (IP).
IPv641 A value specifying that the socket options apply only to a socket that is using the IPv6 protocol.
Tcp6 A value specifying that the socket options apply only to a socket that is using the Transmission Control Protocol (TCP).
Udp17 A value specifying that the socket options apply only to a socket that is using the User Datagram Protocol (UDP).

See Also