Bagikan melalui


CallbackDebugBehavior.IEndpointBehavior.ApplyClientBehavior Metode

Definisi

ApplyClientBehavior(ServiceEndpoint, ClientRuntime) Mengimplementasikan untuk mendukung perilaku.

 virtual void System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint, System::ServiceModel::Dispatcher::ClientRuntime ^ behavior) = System::ServiceModel::Description::IEndpointBehavior::ApplyClientBehavior;
void IEndpointBehavior.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.ClientRuntime behavior);
abstract member System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
override this.System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
Sub ApplyClientBehavior (serviceEndpoint As ServiceEndpoint, behavior As ClientRuntime) Implements IEndpointBehavior.ApplyClientBehavior

Parameter

serviceEndpoint
ServiceEndpoint

Titik akhir yang akan disesuaikan.

behavior
ClientRuntime

Runtime klien yang akan disesuaikan.

Penerapan

Keterangan

Menetapkan nilai IncludeExceptionDetailInFaults properti ke ChannelDispatcher.IncludeExceptionDetailInFaults properti .

Berlaku untuk