C# Class Ipop.IpopConfig.DnsInfo

Mostrar archivo Open project: pstjuste/brunet

Public Properties

Property Type Description
ForwardQueries bool
NameServer string
Type string

Property Details

ForwardQueries public_oe property

Enables IPOP Dns to forward Dns queries to specified NameServer
public bool ForwardQueries
return bool

NameServer public_oe property

The NameServer to be used when Forward Queries is set true
public string NameServer
return string

Type public_oe property

A supported Dns type
public string Type
return string