HstsOptions.ExcludedHosts プロパティ

定義

HSTS ヘッダーを追加しないホスト名のリスト。

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

プロパティ値

適用対象