Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.ProtocolNumber Property

Gets or sets the Internet Protocol (IP) monitored by the filter. (The protocol can be TCP, UDP, ICMP, or another type.)

VBScript Syntax[VBScript]

FPCIpPacketFilter.ProtocolNumber [ = FpcProtocolNumber ] 

C++ Syntax[C++]

HRESULT get_ProtocolNumber(
  long *pFpcProtocolNumber
);

HRESULT put_ProtocolNumber(
  long FpcProtocolNumber
);

Parameters

FpcProtocolNumber
The protocol number. It can be an IP protocol number of the range 0-255, or have a value from the FpcPFProtocolType enumerated type.

The property is read-write.

Applies To

FPCIpPacketFilter