IsClientConnected

R

Raj

We are developing applications that demand gauranteed delivery of a download.
right now we are using IsClientConnected flag to check if client is connected

Are there are scenarios where this flag will return true even though the
client is actually disconnected.

Are there secnarios where the flag will return false even though the client
is actually connected.

Is there some documentation or can somebody shed light on how this works.

Any help is greatly apprciated.

Thanks in Advance

Rajesh.
 
3

3P

Dnia 18-06-2010 o 18:49:55 Raj said:
We are developing applications that demand gauranteed delivery of a
download.
right now we are using IsClientConnected flag to check if client is
connected

Are there are scenarios where this flag will return true even though the
client is actually disconnected.

Are there secnarios where the flag will return false even though the
client
is actually connected.

Is there some documentation or can somebody shed light on how this works.

Any help is greatly apprciated.

Thanks in Advance

Rajesh.

I don't know of situations where it reports false even tough client is
connected.
But You can get this

if (IsClientConnected)
{
// PrepareData to send

// Client disconnects

// SendData which won't succed
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top