CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2000
    Location
    Indore (MP) INDIA.
    Posts
    356

    [IIS, ISAPI] Detecting Disconnections with an HTTPS Client

    Hi Everyone,

    We have an application at client end that opens a long running connection with IIS. Ideally, it opens a connection with KeepAlive ON, and the server maintains the connection for as long as 15 minutes. In between some times, the client get disconnected due to shaky WIFI connectivity.

    I wanted to know, if it is possible to detect if a Client is disconnected abnormally by Writing an ISAPI Extension or Filter?

    If Yes, Can someone throw some light on the approach to take ?

    If No, Is there any other way to detect the connectivity termination ?


    Thanks,

    -Vipul Pathak
    (*Vipul)() ;

  2. #2
    Join Date
    May 2000
    Location
    Indore (MP) INDIA.
    Posts
    356

    Re: [IIS, ISAPI] Detecting Disconnections with an HTTPS Client

    Hi, Any clues ?
    (*Vipul)() ;

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured