Class ProtocolFilteringOptions
Inheritance
ProtocolFilteringOptions
Assembly: Coree.NETASP.dll
Syntax
public class ProtocolFilteringOptions
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
Whitelist
Declaration
public string[]? Whitelist { get; set; }
Property Value