EndpointDetail.Port Property

Definition

Gets the port an endpoint is connected to.

[Newtonsoft.Json.JsonProperty(PropertyName="port")]
public int? Port { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="port")>]
member this.Port : Nullable<int>
Public ReadOnly Property Port As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to