NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpResponse.IsClientConnected

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;

Property Value

true if client is currently connected; otherwise, false.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace