ASP@Workshop 
HOME > ASPリファレンス > Response オブジェクト > IsClientConnected

IsClientConnected (Response オブジェクト)

Response.IsClientConnected

引数

なし

解説

クライアントがサーバーから切断しているかどうかを示します。

使用例

If Response.IsClientConnected Then
    ・・・
End If

関連項目

CookiesBufferCacheControlCharsetContentTypeExpiresExpiresAbsolute
StatusAddHeaderAppendToLogClearEndFlushRedirect
Write



ASPリファレンス

Application オブジェクト
ASPError オブジェクト
Request オブジェクト
Response オブジェクト
Server オブジェクト
Session オブジェクト
ObjectContext オブジェクト


Copyright (C) 2006-2008 ASP@Workshop All rights reserved.