Share via


SocketOptionLevel Enumeration

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

Namespace: System.Net.Sockets
Assembly: System (in system.dll)

Syntax

public enum SocketOptionLevel

Members

  Member name Description
IP A value specifying that the socket options apply only to a socket that is using the Internet Protocol (IP).
IPv6 A value specifying that the socket options apply only to a socket that is using the IPv6 protocol.
Socket A value specifying that the socket options apply to all sockets.
Tcp A value specifying that the socket options apply only to a socket that is using the Transmission Control Protocol (TCP).
Udp A value specifying that the socket options apply only to a socket that is using the User Datagram Protocol (UDP).

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

System.Net.Sockets Namespace