LocalUDPPort Property
      
 

Description

Holds local UDP port where TCPHandler listens.

Property type

A Long value.  

Syntax

object.LocalUDPPort [= value]

The LocalUDPPort Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type TCPHandler.
valueA Long value.

Remarks

This property holds UDP address where will wodVPN send packets for remote peer. It should not be used by your application, except if you need to pass it on to wodVPN. Whatever arrives to this socket (it is assumed it arrives only from wodVPN) will be relayed to TCPHandler's TCP socket.