Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.RemotePortType Property

Gets or sets the type of remote port. This port can be allowed or blocked by the filter.

VBScript Syntax[VBScript]

FPCIpPacketFilter.RemotePortType [ = PFRemotePortType ]

C++ Syntax[C++]

HRESULT get_RemotePortType(
  FpcPFRemotePortType *pPFRemotePortType
);

HRESULT put_RemotePortType(
  FpcPFRemotePortType PFRemotePortType
);

Parameters

PFRemotePortType
The remote port type. It can have a value from the FpcPFRemotePortType enumerated type.

The property is read-write.

Applies To

FPCIpPacketFilter