WebScriptEnablingBehavior.ApplyClientBehavior 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
엔드포인트를 통해 클라이언트에 동작을 적용합니다.
public:
override void ApplyClientBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::ClientRuntime ^ clientRuntime);
public override void ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime);
override this.ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
Public Overrides Sub ApplyClientBehavior (endpoint As ServiceEndpoint, clientRuntime As ClientRuntime)
매개 변수
- endpoint
- ServiceEndpoint
계약을 공개하는 ServiceEndpoint입니다.
- clientRuntime
- ClientRuntime
사용자 지정 동작이 적용되는 ClientRuntime입니다.
설명
엔드포인트와 함께 사용되는 모든 메시지에 대해 또는 특정 작업에 대해 클라이언트 런타임에 대한 사용자 지정 확장을 보거나 수정 또는 추가하려면 ApplyClientBehavior(ServiceEndpoint, ClientRuntime) 메서드를 구현합니다.