Property | Type | Description | |
---|---|---|---|
DhcpEnabled | NetworkInterface.Dhcp | ||
IPv4Address | List |
||
IPv4DnsServer | List |
||
IPv4Gateway | List |
||
IPv4Mtu | int | ||
IPv6Address | List |
||
IPv6DnsServer | List |
||
IPv6Gateway | List |
||
IPv6Mtu | int | ||
InterfaceMetric | int | ||
LoadMode | Config.InterfaceProfile.LoadingMode | ||
NetbiosEnabled | NetworkInterface.Netbios | ||
ProfileName | string | ||
RouterDiscovery | NetworkInterface.RouterDiscovery |
Method | Description | |
---|---|---|
SaveProfileForm ( string name, bool ipv4Enabled, List |
Method | Description | |
---|---|---|
Save_Click ( object sender, EventArgs e ) : void | ||
treeView1_AfterCheck ( object sender, TreeViewEventArgs e ) : void | ||
updateChildNodes ( TreeNode node, bool state ) : void |
public SaveProfileForm ( string name, bool ipv4Enabled, List |
||
name | string | |
ipv4Enabled | bool | |
ipv4Address | List |
|
ipv4Gateway | List |
|
ipv4DnsServer | List |
|
dhcpIP | bool | |
dhcpDns | bool | |
netbios | bool | |
ipv4Mtu | int | |
ipv6Enabled | bool | |
ipv6Address | List |
|
ipv6Gateway | List |
|
ipv6DnsServer | List |
|
routerDiscovery | bool | |
ipv6Mtu | int | |
interfaceMetric | int | |
return | System |
public NetworkInterface.Dhcp DhcpEnabled | ||
return | NetworkInterface.Dhcp |
public Config.InterfaceProfile.LoadingMode LoadMode | ||
return | Config.InterfaceProfile.LoadingMode |
public NetworkInterface.Netbios NetbiosEnabled | ||
return | NetworkInterface.Netbios |