Condividi tramite


IWithLocalIP<ParentT> Interface

Definition

Set local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.

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

Type Parameters

ParentT
Derived

Methods

WithLocalIPAddress(String)

Set local IP address to be filtered on.

WithLocalIPAddresses(IList<String>)

Set list of local IP addresses to be filtered on.

WithLocalIPAddressesRange(String, String)

Set local IP addresses range to be filtered on.

Applies to