Microsoft Internet Security and Acceleration Server 2000

FPCProtocolConnection.SetUDP Method

Sets all of the parameters of a UDP connection.

VBScript Syntax[VBScript]

FPCProtocolConnection.SetUDP(lPortLo, lPortHi, Direction)

C++ Syntax[C++]

HRESULT SetUDP( 
  long lPortLo, 
  long lPortHi, 
  FpcUDPConnectionDirectionType Direction
);

Parameters

lPortLo
Long value that specifies the beginning port number. It can be a value from 1 through 65535.
lPortHi
Long value that specifies the ending port number. It can be a value from 1 through 65535 and must be equal to or greater than the value of the iPortLo parameter.
Direction
Required. Connection direction. It can have a value from the FpcUDPConnectionDirectionType enumerated type.

Applies To

FPCProtocolConnection