다음을 통해 공유


WebScriptEnablingBehavior.ApplyClientBehavior 메서드

정의

엔드포인트를 통해 클라이언트에 동작을 적용합니다.

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) 메서드를 구현합니다.

적용 대상