다음을 통해 공유


SoapProtocolImporter.IsBindingSupported 메서드

정의

현재 바인딩에 대해 클래스를 생성할 수 있는지 여부를 확인합니다.

protected:
 override bool IsBindingSupported();
protected override bool IsBindingSupported ();
override this.IsBindingSupported : unit -> bool
Protected Overrides Function IsBindingSupported () As Boolean

반환

Boolean

현재 바인딩에 대해 클래스를 생성할 수 있으면 true이고, 그렇지 않으면 false입니다.

설명

IsBindingSupported 나타낸 현재 바인딩에 대해 클래스를 생성할지 여부를 메서드 결정을 Binding 속성입니다. 메서드 검사 하는지 여부를 Binding 속성의 Extensions 속성에 포함을 SoapBinding 인스턴스. 또한를 통해 가져온 전송 메커니즘은 Transport 현재 웹 서비스 구성에서 속성을 지원 해야 합니다.

적용 대상