PacketCaptureFilter.LocalPort Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets local 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="localPort")]
public string LocalPort { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="localPort")>]
member this.LocalPort : string with get, set
Public Property LocalPort As String
Property Value
- System.String
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute