Mentalis.org Security Library documentation

SecureTcpListener.Pending Method 

Determines if there are pending connection requests.

[Visual Basic]
Overridable Public Function Pending() As Boolean
[C#]
public virtual bool Pending();

Return Value

true if connections are pending; otherwise, false.

Remarks

Pending polls for the underlying SecureSocket to determine if there are pending connections.

Exceptions

Exception TypeCondition
InvalidOperationExceptionThe listener has not been started with a call to Start.

See Also

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