共用方式為


CallbackDebugBehavior.IEndpointBehavior.ApplyClientBehavior 方法

定義

實作 ApplyClientBehavior(ServiceEndpoint, ClientRuntime) 以支援這個行為。

 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

參數

serviceEndpoint
ServiceEndpoint

要自訂的端點。

behavior
ClientRuntime

要自訂的用戶端執行階段。

實作

備註

將 屬性的值 IncludeExceptionDetailInFaults 指派給 ChannelDispatcher.IncludeExceptionDetailInFaults 屬性。

適用於