SocketTools .NET Edition

DnsClient.IsBlocked Property

Determine if the component is blocked performing an operation.

[Visual Basic]
Public ReadOnly Property IsBlocked As Boolean
[C#]
public bool IsBlocked {get;}

Property Value

A boolean value which specifies if the component is in a blocked state.

Remarks

The IsBlocked property returns true if the current thread is in a blocked state while performing an network operation.

Note that this property will return true if there is any blocking operation being performed by the application, regardless if the component is responsible for the blocking operation or not.

See Also

DnsClient Class | SocketTools Namespace