Select Git revision
DisableCommand.cs
DisableCommand.cs 342 B
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Network
{
/// <summary>
/// Disables network tracking, prevents network events from being sent to the client.
/// </summary>
[Command(ProtocolName.Network.Disable)]
public class DisableCommand
{
}
}