ForwardedHeadersOptions.KnownProxies Property

Definition

Addresses of known proxies to accept forwarded headers from.

public:
 property System::Collections::Generic::IList<System::Net::IPAddress ^> ^ KnownProxies { System::Collections::Generic::IList<System::Net::IPAddress ^> ^ get(); };
public System.Collections.Generic.IList<System.Net.IPAddress> KnownProxies { get; }
member this.KnownProxies : System.Collections.Generic.IList<System.Net.IPAddress>
Public ReadOnly Property KnownProxies As IList(Of IPAddress)

Property Value

Applies to