Mentalis.org Security Library documentation

VirtualSocket.Blocking Property

Gets or sets a value that indicates whether the VirtualSocket is in blocking mode.

[Visual Basic]
Overridable Public Property Blocking As Boolean
[C#]
public virtual bool Blocking {get; set;}

Property Value

true if the VirtualSocket will block; otherwise, false. The default is true.

Exceptions

Exception TypeCondition
SocketExceptionAn operating system error occurs while accessing the VirtualSocket.
ObjectDisposedExceptionThe VirtualSocket has been closed.

See Also

VirtualSocket Class | VirtualSocket Members | Org.Mentalis.Security.Ssl Namespace