Share via


IWithLocalPort<ParentT> Interface

Definition

Set 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.

public interface IWithLocalPort<ParentT>
type IWithLocalPort<'ParentT> = interface
Public Interface IWithLocalPort(Of ParentT)

Type Parameters

ParentT
Derived

Methods

WithLocalPort(Int32)

Set the local port to be filtered on.

WithLocalPortRange(Int32, Int32)

Set the local port range to be filtered on.

WithLocalPorts(IList<Int32>)

Set the list of local ports to be filtered on.

Applies to