ISiteStatusProvider.SupportedProtocols 属性

定义

获取站点支持的协议的列表。

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

属性值

站点支持的协议列表。

注解

获取所有可用站点协议的列表。 ApplicationHost.config 文件包含协议,可以在 IIS 管理器的 “站点 ”页上查看这些协议。

适用于