ForwardedHeadersOptions.KnownNetworks 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:
property System::Collections::Generic::IList<Microsoft::AspNetCore::HttpOverrides::IPNetwork ^> ^ KnownNetworks { System::Collections::Generic::IList<Microsoft::AspNetCore::HttpOverrides::IPNetwork ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.HttpOverrides.IPNetwork> KnownNetworks { get; }
member this.KnownNetworks : System.Collections.Generic.IList<Microsoft.AspNetCore.HttpOverrides.IPNetwork>
Public ReadOnly Property KnownNetworks As IList(Of IPNetwork)