다음을 통해 공유


HttpTransportElement.InitializeFrom(BindingElement) 메서드

정의

지정된 바인딩 요소를 사용하여 인스턴스를 초기화합니다.

protected public:
 override void InitializeFrom(System::ServiceModel::Channels::BindingElement ^ bindingElement);
protected internal override void InitializeFrom (System.ServiceModel.Channels.BindingElement bindingElement);
override this.InitializeFrom : System.ServiceModel.Channels.BindingElement -> unit
Protected Friend Overrides Sub InitializeFrom (bindingElement As BindingElement)

매개 변수

bindingElement
BindingElement

초기화하는 데 사용할 바인딩 요소입니다.

적용 대상