다음을 통해 공유


SecurityElementBase.CreateBindingElement 메서드

정의

사용자 지정 바인딩 요소 개체를 만듭니다.

오버로드

CreateBindingElement()

이 인스턴스의 설정으로부터 사용자 지정 바인딩 요소를 만듭니다.

CreateBindingElement(Boolean)

이 인스턴스의 설정으로부터 사용자 지정 바인딩 요소를 만듭니다.

CreateBindingElement()

이 인스턴스의 설정으로부터 사용자 지정 바인딩 요소를 만듭니다.

protected public:
 override System::ServiceModel::Channels::BindingElement ^ CreateBindingElement();
protected internal override System.ServiceModel.Channels.BindingElement CreateBindingElement ();
override this.CreateBindingElement : unit -> System.ServiceModel.Channels.BindingElement
Protected Friend Overrides Function CreateBindingElement () As BindingElement

반환

BindingElement

사용자 지정 BindingElement 개체입니다.

적용 대상

CreateBindingElement(Boolean)

이 인스턴스의 설정으로부터 사용자 지정 바인딩 요소를 만듭니다.

protected public:
 virtual System::ServiceModel::Channels::BindingElement ^ CreateBindingElement(bool createTemplateOnly);
protected internal virtual System.ServiceModel.Channels.BindingElement CreateBindingElement (bool createTemplateOnly);
override this.CreateBindingElement : bool -> System.ServiceModel.Channels.BindingElement
Protected Friend Overridable Function CreateBindingElement (createTemplateOnly As Boolean) As BindingElement

매개 변수

createTemplateOnly
Boolean

템플릿만 만들려면 true이고, 그렇지 않으면 false입니다.

반환

BindingElement

사용자 지정 BindingElement 개체입니다.

적용 대상