ISiteStatusProvider.SupportedProtocols Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.