다음을 통해 공유


HttpBindingBaseElement(String) 생성자

정의

HttpBindingBaseElement 클래스의 새 인스턴스를 초기화합니다.

protected:
 HttpBindingBaseElement(System::String ^ name);
protected HttpBindingBaseElement (string name);
new System.ServiceModel.Configuration.HttpBindingBaseElement : string -> System.ServiceModel.Configuration.HttpBindingBaseElement
Protected Sub New (name As String)

매개 변수

name
String

바인딩 이름입니다.

적용 대상