3 references to UseOnlyOverlappedIO
System (3)
net\System\Net\Sockets\SocketInformation.cs (3)
76return ((options&SocketInformationOptions.UseOnlyOverlappedIO)!=0); 80options |= SocketInformationOptions.UseOnlyOverlappedIO; 83options &= ~SocketInformationOptions.UseOnlyOverlappedIO;