property DHCPSessions.Item (Index) as IDHCPSession
Returns a session specified by index.

  Type Description  
    Index as Long Index of a session object in collection.  
    IDHCPSession Session object.  
 

This property returns a reference to a DHCPSession object specified by Index. You can use this property to access client's configuration outside events. wodDHCPServer will hold every session object in collection until termination (this applies only to sessions that ended with success).