ForwardedHeadersOptions.KnownProxies プロパティ

定義

受け付けるヘッダーの転送元である既知のプロキシのアドレスです。

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)

プロパティ値

適用対象