SocketAsyncEventArgs::DisconnectReuseSocket Property
.NET Framework (current version)
Gets or sets a value that specifies if socket can be reused after a disconnect operation.
Assembly: System (in System.dll)
This property is used to alter the behavior of Socket::DisconnectAsync method. If true, a socket disconnected by the Socket::DisconnectAsync method can be reused after disconnect completion in subsequent socket accept or connect operations.
.NET Framework
Available since 2.0
Available since 2.0
Show: