method DHCPSession.SendOffer ()
Offers an IP address to a client.

  Type Description  
 

This method sends an offer to a new client on the network. It's intended that you call it after Announce() event has been fired. You must specify IPAddress and LeaseTime properties before calling it. You can find an example here.