你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWebAppBase.HttpsOnly Property

Definition

True if the web app is configured to accept only HTTPS requests. HTTP requests will be redirected.

public bool HttpsOnly { get; }
member this.HttpsOnly : bool
Public ReadOnly Property HttpsOnly As Boolean

Property Value

Applies to