Property Port
Port
The port number to which the endpoint will be bound.
[Range(1, 65535)]
[YamlIgnore]
[JsonIgnore]
public int? Port { get; set; }
Property Value
- int?
The port number to which the endpoint will be bound.
[Range(1, 65535)]
[YamlIgnore]
[JsonIgnore]
public int? Port { get; set; }