mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
Update Network.md
This commit is contained in:
parent
46228944c9
commit
210a5cc3e6
1 changed files with 0 additions and 3 deletions
|
|
@ -26,9 +26,6 @@ using(var xClient = new DHCPClient())
|
||||||
//This will automatically set the IP config after DHCP response
|
//This will automatically set the IP config after DHCP response
|
||||||
xClient.SendDiscoverPacket();
|
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!
|
xClient.Close(); //don't forget to close!
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue