Table of Contents

Method GetSessions

Namespace
Alternet.Scripter.Debugger.TypeScript
Assembly
Alternet.Scripter.TypeScript.Debugger.v9.dll

GetSessions(string)

Retrieves list of ChromeSessionInfo asynchronously by given URL.

public static Task<ICollection<ScriptDebugger.ChromeSessionInfo>> GetSessions(string chromeUrl)

Parameters

chromeUrl string

Base address of the Internet resource.

Returns

Task<ICollection<ScriptDebugger.ChromeSessionInfo>>

List of ChromeSessionInfo.