Latest web development tutorials

immobili ASP IsClientConnected

Risposta Object Reference Risposta completa Object Reference

attributo IsClientConnected indica se il client è stato disconnesso dal server.

grammatica

response.IsClientConnected

Esempi

<%
If response.IsClientConnected=true then
response.write("The user is still connected!")
else
response.write("The user is not connected!")
end if
%>


Risposta Object Reference Risposta completa Object Reference