Method GetSessions
- Namespace
- Alternet.Scripter.Debugger.TypeScript
- Assembly
- Alternet.Scripter.TypeScript.Debugger.v10.dll
GetSessions(string)
Retrieves list of ChromeSessionInfo asynchronously by given URL.
public static Task<ICollection<ScriptDebugger.ChromeSessionInfo>> GetSessions(string chromeUrl)Parameters
- chromeUrlstring
- Base address of the Internet resource. 
Returns
- Task<ICollection<ScriptDebugger.ChromeSessionInfo>>
- List of ChromeSessionInfo.