Interface ICommandResponse<T>
Represents a response to a command submitted by the DevTools Remote Interface
public interface ICommandResponse<T> : ICommandResponse where T : ICommand
Type Parameters
T
- Extension Methods
Represents a response to a command submitted by the DevTools Remote Interface
public interface ICommandResponse<T> : ICommandResponse where T : ICommand
T