<コンプリートレスポンスオブジェクト参照
クライアントがサーバーから切断されている場合はIsClientConnectedプロパティを示します。
構文
response.IsClientConnected
例
<%
If response.IsClientConnected=true then
response.write("The user is still connected!")
else
response.write("The user is not connected!")
end if
%>
<コンプリートレスポンスオブジェクト参照