다음을 통해 공유


MexHttpBindingElement 생성자

정의

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

오버로드

MexHttpBindingElement()

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

MexHttpBindingElement(String)

지정된 이름을 사용하여 MexHttpBindingElement 클래스의 새 인스턴스를 초기화합니다.

MexHttpBindingElement()

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

public:
 MexHttpBindingElement();
public MexHttpBindingElement ();
Public Sub New ()

적용 대상

MexHttpBindingElement(String)

지정된 이름을 사용하여 MexHttpBindingElement 클래스의 새 인스턴스를 초기화합니다.

public:
 MexHttpBindingElement(System::String ^ name);
public MexHttpBindingElement (string name);
new System.ServiceModel.Configuration.MexHttpBindingElement : string -> System.ServiceModel.Configuration.MexHttpBindingElement
Public Sub New (name As String)

매개 변수

name
String

바인딩 이름입니다.

적용 대상