ProtocolsSection.Protocols Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the protocols collection of the protocols section.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("protocols", IsRequired = true, IsDefaultCollection = true)] public ProtocolCollection Protocols { get; }
Property Value
Type: System.Web.Configuration.ProtocolCollectionThe protocols collection of the protocols section.
.NET Framework
Available since 2.0
Available since 2.0
Show: