Condividi tramite


IWithRemotePort<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 IWithRemotePort<ParentT>
type IWithRemotePort<'ParentT> = interface
Public Interface IWithRemotePort(Of ParentT)

Type Parameters

ParentT
Derived

Methods

WithRemotePort(Int32)

Set the remote port to be filtered on.

WithRemotePortRange(Int32, Int32)

Set the remote port range to be filtered on.

WithRemotePorts(IList<Int32>)

Set the list of remote ports to be filtered on.

Applies to