次の方法で共有


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

カスタマイズ対象のクライアント ランタイム。

実装

注釈

プロパティの値を プロパティにIncludeExceptionDetailInFaultsChannelDispatcher.IncludeExceptionDetailInFaults割り当てます。

適用対象