AttachCurrentSession (IHTTPAnalyzerStandalone)
Top  Previous  Next

Syntax
object .AttachCurrentSession

Description
The AttachCurrentSession method is used to attach HTTPAnlayzer Stand-alone to applications of current session . Anyway, HTTPAnalyzer stand-alone will capture and monitor HTTP/HTTPs traffic from all applications of current session .

Examples
JavaScript example:
var  standalone=new ActiveXObject("HTTPAnalyzerStd.HTTPAnalyzerStandAlone");
standalone.AttachCurrentSession
();
standalone.start();
.........

standalone.Stop();



Remark
If by the time "Start" mehod is called, you still haven't called the attachXXXXX method, HTTPAnalyzer stand-alone will use the AttachCurrentSession by default.