Hi,

If I set the winsock control to listen for an incoming connection, will it stay listening even when the internet is offline? Meaning when i call the method Listen, can I even have it do that while offline and then when i go online it will still accept a connection? Or do i have to call it each time I go online?

Thanks