HttpWorkerRequest.IsClientConnected Method

Definition

Returns a value indicating whether the client connection is still active.

public:
 virtual bool IsClientConnected();
public virtual bool IsClientConnected ();
abstract member IsClientConnected : unit -> bool
override this.IsClientConnected : unit -> bool
Public Overridable Function IsClientConnected () As Boolean

Returns

true if the client connection is still active; otherwise, false.

Applies to