System.Net.Socket.TFDSet Methods
InheritedProtected
| Clear | public | Removes the specified socket from the fd_set structure. |
| Create | public | Returns an fd_set structure. |
| IsSet | public | Returns True if the specified socket is already part of the fd_set structure; it returns False otherwise. |
| operator () | public | |
| operator Implicit | public | |
| Set | public | Adds the specified socket to the fd_set structure. |
| Zero | public | Corresponds with the FD_ZERO macro/function. |