C
C#10mo ago
Faste

✅ C# Get value for rule.LocalPorts (Nuget WindowsFirewallHelper)

i can add ports in program like this rule.LocalPorts = new ushort[] { 3389 }; But can You help me how to get value from textBox.text? I want add few ports for example 80, 443 ... Im new in C# i should not make network apps, but only this interesting me so i try. Btw if some1 have link to big pproject maked with this nuget or better documentation than i find on official nuget website let me know.
2 Replies
JakenVeina
JakenVeina10mo ago
I'm gonna guess you're asking about parsing do some research for "parsing" in C#
Faste
Faste10mo ago
ok thanks