OutboundHostValidatorOptions.Hosts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the additional allowed host suffixes. An entry matches a request host when the host equals the
entry or is a subdomain of it (e.g. contoso.com matches contoso.com and files.contoso.com).
A leading *. is accepted and ignored (treated as a suffix).
public System.Collections.Generic.IList<string> Hosts { get; set; }
member this.Hosts : System.Collections.Generic.IList<string> with get, set
Public Property Hosts As IList(Of String)