method DHCPSession.AcceptRequest ()
Accepts client's request for an IP address.

  Type Description  
 

Tihis method is used when we want to reply to client's request for IP address. It's intented for this method to be called after Request event has been fired. You can find an example here.