Socket::UseOnlyOverlappedIO Property
.NET Framework (current version)
Specifies whether the socket should only use Overlapped I/O mode.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The socket has been bound to a completion port. |
Set this property to true for a Socket you intend to call DuplicateAndClose. Otherwise, the Framework may assign a completion port to the socket, which would prohibit the use of DuplicateAndClose.
.NET Framework
Available since 2.0
Available since 2.0
Show: