다음을 통해 공유


BasicHttpsBinding.CreateBindingElements 메서드

정의

현재 바인딩에 포함되어 있는 순서가 지정된 바인딩 요소 컬렉션을 반환합니다.

public:
 override System::ServiceModel::Channels::BindingElementCollection ^ CreateBindingElements();
public override System.ServiceModel.Channels.BindingElementCollection CreateBindingElements ();
override this.CreateBindingElements : unit -> System.ServiceModel.Channels.BindingElementCollection
Public Overrides Function CreateBindingElements () As BindingElementCollection

반환

BindingElementCollection

현재 바인딩에 포함되어 있는 순서가 지정된 바인딩 요소 컬렉션입니다.

적용 대상