SocketOptionLevel (ws2_32)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

    public enum SocketOptionLevel
    {
        IP = 0,
        IPv6 = 0x29,
        Socket = 0xffff,
        Tcp = 6,
        Udp = 0x11
    }

VB Signature:

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation