Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetworkAdapterInfo - DDNSEnabled and DNSAddresses missing #292

Open
SebZar opened this issue Aug 13, 2018 · 0 comments
Open

NetworkAdapterInfo - DDNSEnabled and DNSAddresses missing #292

SebZar opened this issue Aug 13, 2018 · 0 comments

Comments

@SebZar
Copy link

SebZar commented Aug 13, 2018

Hi,
to get the information if the ip adresses of the DNS serves are obtained automatically or set to static addresses, the properties "DDNSEnabled" and "DNSAddresses" are missing.

Can you please add this property to the class "NetworkAdapterInfo" (file: WindowsDevicePortalWrapper.Shared/Core/Networking.cs).

/// <summary> /// Gets the ddns enabled /// </summary> [DataMember(Name = "DDNSEnabled")] public bool DDNSEnabled { get; private set; }

/// <summary> /// Gets the list of DNS addresses /// </summary> [DataMember(Name = "DNSAddresses")] public List<string> DNSAddresses { get; private set; }

Thanks in advance

lg

@SebZar SebZar changed the title NetworkAdapterInfo - DDNSEnabled missing NetworkAdapterInfo - DDNSEnabled and DNSAddresses missing Aug 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant