Class DnsHostNameFilteringOptions
Inheritance
DnsHostNameFilteringOptions
Assembly: Coree.NETASP.dll
Syntax
public class DnsHostNameFilteringOptions
Properties
|
Edit this page
View Source
Blacklist
Declaration
public string[]? Blacklist { get; set; }
Property Value
|
Edit this page
View Source
ContinueOnDisallowed
Declaration
public bool ContinueOnDisallowed { get; set; }
Property Value
|
Edit this page
View Source
DisallowedFailureRating
Declaration
public int DisallowedFailureRating { get; set; }
Property Value
|
Edit this page
View Source
DisallowedStatusCode
Declaration
public int DisallowedStatusCode { get; set; }
Property Value
|
Edit this page
View Source
FailedResolutionString
Declaration
public string? FailedResolutionString { get; set; }
Property Value
|
Edit this page
View Source
Whitelist
Declaration
public string[]? Whitelist { get; set; }
Property Value