Table of Contents

Class DnsConfiguration

Namespace
WINKOnvif.Core.Models.Devices
Assembly
WINKOnvif.Core.dll
public class DnsConfiguration
Inheritance
DnsConfiguration
Inherited Members

Properties

DnsServers

public List<string> DnsServers { get; set; }

Property Value

List<string>

FromDhcp

public bool FromDhcp { get; set; }

Property Value

bool

SearchDomains

public List<string> SearchDomains { get; set; }

Property Value

List<string>