次の方法で共有


WebScriptEnablingBehavior.ApplyClientBehavior メソッド

定義

動作をエンドポイント全体のクライアントに適用します。

public:
 override void ApplyClientBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::ClientRuntime ^ clientRuntime);
public override void ApplyClientBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.ClientRuntime clientRuntime);
override this.ApplyClientBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.ClientRuntime -> unit
Public Overrides Sub ApplyClientBehavior (endpoint As ServiceEndpoint, clientRuntime As ClientRuntime)

パラメーター

endpoint
ServiceEndpoint

コントラクトを公開する ServiceEndpoint

clientRuntime
ClientRuntime

カスタム動作が適用される ClientRuntime

注釈

エンドポイントで使用されるすべてのメッセージまたは特定の操作について、クライアント ランタイムを表示または変更したり、クライアント ランタイムにカスタム拡張機能を追加したりするには、ApplyClientBehavior(ServiceEndpoint, ClientRuntime) メソッドを実装します。

適用対象