Gets or sets a bool value that indicates whether the socket is in blocking mode.
true indicates that the current instance is in blocking mode; false indicates that the current instance is in non-blocking mode.
Type Reason ObjectDisposedException The current instance has been disposed.
Blocking is when a method waits to complete an operation before returning. Sockets are created in blocking mode by default.
Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0