Aracılığıyla paylaş


PacketCaptureFilter.RemotePort Property

Definition

Gets or sets remote port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.

[Newtonsoft.Json.JsonProperty(PropertyName="remotePort")]
public string RemotePort { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="remotePort")>]
member this.RemotePort : string with get, set
Public Property RemotePort As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to