Table of Contents

Class NetworkConfiguration

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

Properties

DefaultGateway

public string DefaultGateway { get; set; }

Property Value

string

DnsConfigurations

public List<DnsConfiguration> DnsConfigurations { get; set; }

Property Value

List<DnsConfiguration>

Hostname

public string Hostname { get; set; }

Property Value

string

NetworkInterfaces

public List<NetworkInterface> NetworkInterfaces { get; set; }

Property Value

List<NetworkInterface>

NtpConfiguration

public NtpConfiguration NtpConfiguration { get; set; }

Property Value

NtpConfiguration