Share via


ISiteStatusProvider.SupportedProtocols Property

Definition

Gets a list of protocols that are supported by the site.

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)

Property Value

The list of protocols that are supported by the site.

Remarks

Gets a list of all available site protocols. The ApplicationHost.config file contains the protocols, which you can view on the Sites page of IIS Manager.

Applies to