The TransportLayerFilter type exposes the following members.

Constructors

  NameDescription
TransportLayerFilter
Empty constructor for internal use only

Methods

  NameDescription
Clone
Clone the current instance
(Inherited from UserFilter.)
Equals
Compares two filters (ignores the instance ID)
(Inherited from IPFilter.)
Finalize (Inherited from Object.)
GetHashCode
Returns a hash value for a filter.
(Inherited from IPFilter.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Fields

  NameDescription
_name
the name of the filter.
(Inherited from Filter.)

Properties

  NameDescription
CreateEvent
ActionEventOnMatch Create an event in the Event Manager when this filter is matched
(Inherited from UserFilter.)
Direction
Filter direction
(Inherited from UserFilter.)
EventsPerSecond
Indicates the max number of events per second. Used only when the filter profile is Rate Limit.
(Inherited from UserFilter.)
HeaderPortAddress
The direction in the header of the IP packet. When headerPortAddresses is "source" or "destination", the ports are a range. When headerPortAddresses is "both", port1 is the source port and port2 is the destination port.
InstanceID
Filter handle
(Inherited from UserFilter.)
IPAddress
The IP address
(Inherited from IPFilter.)
IPHeaderAddress
the IP packet, by defult set to null
(Inherited from IPFilter.)
IPMask
The mask of the IP address
(Inherited from IPFilter.)
IpVersion
The IP version
(Inherited from IPFilter.)
Name
The name of the filter
(Inherited from UserFilter.)
Port1
The "from" port, or the source port when headerPortAddresses is "both"
Port2
The "to" port, or the destination port when headerPortAddresses is "both"
PortFilterExists
Indicates if the filter includes values for filter ports.
Profile
Filter profile
(Inherited from UserFilter.)

See Also