다음을 통해 공유


ClientCredentials.ApplyClientBehavior(ServiceEndpoint, ClientRuntime) 메서드

정의

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

public:
 virtual void ApplyClientBehavior(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint, System::ServiceModel::Dispatcher::ClientRuntime ^ behavior);
public virtual void ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.ClientRuntime behavior);
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 Overridable Sub ApplyClientBehavior (serviceEndpoint As ServiceEndpoint, behavior As ClientRuntime)

매개 변수

serviceEndpoint
ServiceEndpoint

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

behavior
ClientRuntime

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

구현

예외

serviceEndpoint 또는 behaviornull인 경우

설명

클라이언트 동작은 엔드포인트에 연결된 엔드포인트가 없는 경우에만 엔드포인트에 SecurityBindingElement 적용됩니다.

적용 대상