VirtualPathExtension.Attach(ServiceHostBase) メソッド

定義

このメソッドは、Windows Communication Foundation (WCF) インフラストラクチャをサポートするために用意されています。

public:
 virtual void Attach(System::ServiceModel::ServiceHostBase ^ owner);
public void Attach (System.ServiceModel.ServiceHostBase owner);
abstract member Attach : System.ServiceModel.ServiceHostBase -> unit
override this.Attach : System.ServiceModel.ServiceHostBase -> unit
Public Sub Attach (owner As ServiceHostBase)

パラメーター

owner
ServiceHostBase

仮想パスを使用する ServiceHostBase

実装

注釈

このメソッドは WCF インフラストラクチャをサポートしており、コードから直接呼び出すことを意図したものではありません。

適用対象