다음을 통해 공유


SoapProcessingBehavior.ApplyClientBehavior 메서드

정의

지정된 엔드포인트 동작을 클라이언트에 적용합니다.

public:
 virtual void ApplyClientBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::ClientRuntime ^ clientRuntime);
public void ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime);
abstract member ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
override this.ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
Public Sub ApplyClientBehavior (endpoint As ServiceEndpoint, clientRuntime As ClientRuntime)

매개 변수

endpoint
ServiceEndpoint

클라이언트에 적용할 서비스 엔드포인트입니다.

clientRuntime
ClientRuntime

클라이언트 런타임입니다.

구현

적용 대상