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