OriginInner.HttpPort 속성

정의

HTTP 포트의 값을 가져오거나 설정합니다. 1~65535 사이여야 합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.httpPort")]
public int? HttpPort { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.httpPort")>]
member this.HttpPort : Nullable<int> with get, set
Public Property HttpPort As Nullable(Of Integer)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상