System::Net::Sockets::SocketOptionLevel enum
SocketOptionLevel enum
Defines socket option levels for the ‘Socket’ class.
enum class SocketOptionLevel
Values
Name | Value | Description |
---|---|---|
Socket | 65535 | The specified socket options apply to all sockets. |
IP | n/a | The specified socket options apply to the IP sockets. |
IPv6 | n/a | The specified socket options apply to the IPv6 sockets. |
Tcp | n/a | The specified socket options apply to the TCP sockets. |
Udp | n/a | The specified socket options apply to the UDP sockets. |
See Also
- Namespace System::Net::Sockets
- Library Aspose.PUB for C++