BindingsSection.GetSection(Configuration) 메서드

정의

지정된 구성 파일에서 섹션의 구성 설정을 가져옵니다.

public:
 static System::ServiceModel::Configuration::BindingsSection ^ GetSection(System::Configuration::Configuration ^ config);
public static System.ServiceModel.Configuration.BindingsSection GetSection(System.Configuration.Configuration config);
static member GetSection : System.Configuration.Configuration -> System.ServiceModel.Configuration.BindingsSection
Public Shared Function GetSection (config As Configuration) As BindingsSection

매개 변수

config
Configuration

구성 파일입니다.

반품

지정된 파일에서 검색된 설정이 있는 A BindingsSection 입니다.

예외

config 가 있거나 비어 있습니다 null .

적용 대상