System.Net.Sockets.Socket.UseOnlyOverlappedIO Property

Specifies whether the socket should only use Overlapped I/O mode.

Syntax

[System.MonoTODO("This doesn't do anything on Mono yet")]
public bool UseOnlyOverlappedIO { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Set this property to true for a System.Net.Sockets.Socket you intend to call Socket.DuplicateAndClose(int). Otherwise, the Framework may assign a completion port to the socket, which would prohibit the use of Socket.DuplicateAndClose(int).

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0