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