6 references to FdConnect
System (6)
net\System\Net\Sockets\Socket.cs (6)
2871if (!SetAsyncEventSelect(AsyncEventBits.FdConnect)){ 3011networkEvents.Events = AsyncEventBits.FdConnect; 6276if (m_BlockEventBits == AsyncEventBits.FdConnect) 6280pendingAsync = AsyncEventBits.FdConnect; 6398if (pendingAsync == AsyncEventBits.FdConnect) 7598case AsyncEventBits.FdConnect: