Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilter.LocalPortNumber Property

Gets or sets the local port number used by the filter, within the allowed port range of 1 to 65535.

VBScript Syntax[VBScript]

FPCIpPacketFilter.LocalPortNumber[ = lLocalPortNumber ]

C++ Syntax[C++]

HRESULT get_LocalPortNumber(
  long *plLocalPortNumber
);

HRESULT put_LocalPortNumber(
  long lLocalPortNumber
);

Parameters

lLocalPortNumber
Long value that specifies the local port number.

The property is read-write.

Remarks

When the RemotePortType property is set to the fpcPfAnyPort or the fpcPfDynamicPort value of the FpcPFLocalPortType enumerated type, this property becomes meaningless.

Applies To

FPCIpPacketFilter

See also

LocalPortType