Gets a value Indicating whether the client is still connected to the server.
[Visual Basic] Public ReadOnly Property IsClientConnected As Boolean [C#] public bool IsClientConnected {get;} [C++] public: __property bool get_IsClientConnected(); [JScript] public function get IsClientConnected() : Boolean;
true if client is currently connected; otherwise, false.
HttpResponse Class | HttpResponse Members | System.Web Namespace