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 基础结构,不应直接从代码调用。

适用于