ClientCredentials.ApplyClientBehavior(ServiceEndpoint, ClientRuntime) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 클라이언트 동작을 엔드포인트에 적용합니다.
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
또는 behavior
가 null
인 경우
설명
클라이언트 동작은 엔드포인트에 연결된 엔드포인트가 없는 경우에만 엔드포인트에 SecurityBindingElement 적용됩니다.