Determine if the component is blocked performing an operation.
A boolean value which specifies if the component is in a blocked state.
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.
DnsClient Class | SocketTools Namespace