Programmers Language v2
Home
Language
Items
Matrix (BETA)
About
Register
Login
Home
»
PlGroups
»
Netzwerk
View PlGroup Netzwerk
ID
26
Text
Netzwerk
Title
Not set
PlItems
private void DownloadFile(string url, string targetFilePath) { WebClient webClient = new WebClient(); webClient.DownloadFileAsync(new Uri(url), targetFilePath); }
Operations
List PlGroups
Create PlGroup
Update PlGroup
Delete PlGroup
Manage PlGroups