![]() |
Type | Description | ||
| Session as IDHCPSession | Session object |
This event is fired when client requests an IP address that you offered him before. If you choose to deny client's request for any reason (address is already in use, etc.) Session will be removed from wodDHCPD.Sessions collection and deleted. Before accepting a request, you should set some configuration options that will be sent to the client. Here's an example how to do this: Private Sub DHCP_Request(ByVal Session As wodDHCPDLibCtl.IDHCPSession) With Session End Sub |