次の方法で共有


TransportClientEndpointBehavior.IEndpointBehavior.ApplyClientBehavior メソッド

定義

この実装では何も行いません。

void IEndpointBehavior.ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime);
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 (endpoint As ServiceEndpoint, clientRuntime As ClientRuntime) Implements IEndpointBehavior.ApplyClientBehavior

パラメーター

endpoint
ServiceEndpoint

カスタマイズ対象のエンドポイント。

clientRuntime
ClientRuntime

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

実装

適用対象