Class BindCommandSettings
Bind
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
Gets or sets the port
[JsonPropertyName("port")]
public long Port { get; set; }