다음을 통해 공유


ProtocolsSection.Protocols 속성

정의

protocols 섹션의 protocols 컬렉션을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property System::Web::Configuration::ProtocolCollection ^ Protocols { System::Web::Configuration::ProtocolCollection ^ get(); };
[System.Configuration.ConfigurationProperty("protocols", IsDefaultCollection=true, IsRequired=true)]
public System.Web.Configuration.ProtocolCollection Protocols { get; }
[<System.Configuration.ConfigurationProperty("protocols", IsDefaultCollection=true, IsRequired=true)>]
member this.Protocols : System.Web.Configuration.ProtocolCollection
Public ReadOnly Property Protocols As ProtocolCollection

속성 값

ProtocolCollection

protocols 섹션의 protocols 컬렉션입니다.

특성

적용 대상