Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​Net.​Sockets.​SocketInformationOptions
Assembly: System.Net.Sockets
Describes states for a <see cref="T:System.Net.Sockets.Socket" /> .
Values
NonBlocking
The <see cref="T:System.Net.Sockets.Socket" /> is nonblocking.
Connected
The <see cref="T:System.Net.Sockets.Socket" /> is connected.
Listening
The <see cref="T:System.Net.Sockets.Socket" /> is listening for new connections.
UseOnlyOverlappedIO
The <see cref="T:System.Net.Sockets.Socket" /> uses overlapped I/O.