ForwardedHeadersOptions.KnownIPNetworks 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.
Address ranges of known proxies to accept forwarded headers from.
public System.Collections.Generic.IList<System.Net.IPNetwork> KnownIPNetworks { get; }
member this.KnownIPNetworks : System.Collections.Generic.IList<System.Net.IPNetwork>
Public ReadOnly Property KnownIPNetworks As IList(Of IPNetwork)