AttachAllSessions Method (IHTTPAnalyzerStandalone)
Top  Previous  Next

Syntax
object .AttachAllSessions

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

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

standalone.Stop();