You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
SebZar
changed the title
NetworkAdapterInfo - DDNSEnabled missing
NetworkAdapterInfo - DDNSEnabled and DNSAddresses missing
Aug 17, 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
The text was updated successfully, but these errors were encountered: