Class BindCommandSettings
Request browser port binding.
public sealed class BindCommandSettings : ICommand
- Inheritance
-
BindCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Port
Port number to bind.
[JsonPropertyName("port")]
public long Port { get; set; }