ServiceHostingEnvironmentSection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
특정 전송을 위해 서비스 호스팅 환경에서 인스턴스화하는 형식을 정의하는 구성 섹션을 나타냅니다.
public ref class ServiceHostingEnvironmentSection sealed : System::Configuration::ConfigurationSection
public sealed class ServiceHostingEnvironmentSection : System.Configuration.ConfigurationSection
type ServiceHostingEnvironmentSection = class
inherit ConfigurationSection
Public NotInheritable Class ServiceHostingEnvironmentSection
Inherits ConfigurationSection
- 상속
설명
이 섹션이 비어 있으면 기본 형식이 사용됩니다.
생성자
ServiceHostingEnvironmentSection() |
ServiceHostingEnvironmentSection 클래스의 새 인스턴스를 초기화합니다. |
속성
AspNetCompatibilityEnabled |
현재 애플리케이션에서 ASP.NET 호환성 모드를 사용하도록 설정했는지 여부를 지정하는 부울 값을 가져오거나 설정합니다. |
BaseAddressPrefixFilters |
서비스 호스트에서 사용하는 기본 주소에 대한 접두사 필터를 지정하는 구성 요소 컬렉션을 가져옵니다. |
CloseIdleServicesAtLowMemory |
메모리가 적을 때 ServiceHostingEnvironmentSection에서 유휴 서비스를 종료할지 여부를 나타내는 값을 가져오거나 설정합니다. |
CurrentConfiguration |
현재 Configuration 인스턴스가 속해 있는 구성 계층 구조를 나타내는 최상위 ConfigurationElement 인스턴스에 대한 참조를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
ElementInformation |
ElementInformation 개체의 사용자 지정할 수 없는 정보와 기능을 포함하는 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
ElementProperty |
ConfigurationElementProperty 개체 자체를 나타내는 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
EvaluationContext |
ContextInformation 개체의 ConfigurationElement 개체를 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
HasContext |
CurrentConfiguration 속성이 |
Item[ConfigurationProperty] |
이 구성 요소의 속성이나 특성을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
Item[String] |
이 구성 요소의 속성, 특성 또는 자식 요소를 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
LockAllAttributesExcept |
잠긴 특성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockAllElementsExcept |
잠긴 요소의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockAttributes |
잠긴 특성의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockElements |
잠긴 요소의 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
LockItem |
요소가 잠겨 있는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationElement) |
MinFreeMemoryPercentageToActivateService |
WCF(Windows Communication Foundation) 서비스를 활성화하기 전에 시스템에서 사용할 수 있는 최소 메모리를 지정하는 정수를 가져오거나 설정합니다. |
MultipleSiteBindingsEnabled |
사이트별로 여러 IIS 바인딩을 사용할 수 있는지 여부를 지정하는 값을 가져오거나 설정합니다. |
Properties |
속성 컬렉션을 가져옵니다. (다음에서 상속됨 ConfigurationElement) |
SectionInformation |
사용자가 지정할 수 없는 SectionInformation 개체의 정보와 기능을 포함하는 ConfigurationSection 개체를 가져옵니다. (다음에서 상속됨 ConfigurationSection) |
ServiceActivations |
서비스를 활성화하고 구성 파일의 계층 구조에서 병합할 수 있는 구성 요소 컬렉션을 가져옵니다. |
TransportConfigurationTypes |
특정 전송을 구현하는 형식 컬렉션을 가져옵니다. |
메서드
적용 대상
추가 정보
.NET