This documentation is archived and is not being maintained.
HttpWorkerRequest.IsClientConnected Method
.NET Framework 1.1
Returns a value indicating whether the client connection is still active.
[Visual Basic] Public Overridable Function IsClientConnected() As Boolean [C#] public virtual bool IsClientConnected(); [C++] public: virtual bool IsClientConnected(); [JScript] public function IsClientConnected() : Boolean;
Return Value
true if the client connection is still active; otherwise, false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: