Asp Object 之:IsClientConnected
2018-09-06 13:17
阅读:526
IsClientConnected
IsClientConnected 属性只读,它指示自上次调用 Response.Write 之后,客户端是否与服务器相连。
语法Response.IsClientConnected ( ) 注释
该属性允许用户在客户端与服务器没有连接的情况下有更多的控制。例如,在从客户端提出请求起到服务器作出响应,其间要用去很长一段时间的情况下,这就可能有助于确保在继续处理脚本之前客户端仍是连通的。
示例<% check to see if the client is connected If Not Response.IsClientConnected Then get the sessionid to send to the shutdown function Shutdownid = Session.SessionID perform shutdown processing Shutdown(Shutdownid) End If %> 应用于
Response 对象
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Asp Object 之:IsClientConnected
文章链接:http://soscw.com/index.php/essay/11108.html
文章标题:Asp Object 之:IsClientConnected
文章链接:http://soscw.com/index.php/essay/11108.html
评论
亲,登录后才可以留言!