Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.UDPPacketDirection Property

Gets or sets the direction for UDP packets that are allowed or blocked, depending on the filter mode.

VBScript Syntax[VBScript]

FPCIpPacketFilter.UDPPacketDirection [ = UDPPacketDirectionType ]

C++ Syntax[C++]

HRESULT get_UDPPacketDirection(
  FpcPFUDPDirectionType *pUDPPacketDirectionType
);

HRESULT put_UDPPacketDirection(
  FpcPFUDPDirectionType UDPPacketDirectionType
);

Parameters

UDPPacketDirectionType
The direction of the UDP packet. It can have a value from the FpcPFUDPDirectionType enumerated type.

The property is read-write.

Applies To

FPCIpPacketFilter