Update Network.md

This commit is contained in:
valentinbreiz 2021-01-22 12:41:17 +01:00 committed by GitHub
parent 46228944c9
commit 210a5cc3e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,9 +26,6 @@ using(var xClient = new DHCPClient())
//This will automatically set the IP config after DHCP response
xClient.SendDiscoverPacket();
/** Send a DHCP Release packet **/
xClient.SendReleasePacket(); //will tell the DHCP server to delete the address
xClient.Close(); //don't forget to close!
}
```