Mafaa IsClientConnected ya ASP

Kitabu cha mafunzo ya response

Mafaa IsClientConnected inayoitukaza kama mtumishi amekutoka kwenye serveri.

muundo

response.IsClientConnected

mifaa

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

Kitabu cha mafunzo ya response