VirtualPathExtension.Attach(ServiceHostBase) Metod

Definition

Den här metoden tillhandahålls för att stödja infrastrukturen för 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)

Parametrar

owner
ServiceHostBase

Använda ServiceHostBase den virtuella sökvägen.

Implementeringar

Kommentarer

Den här metoden stöder WCF-infrastrukturen och är inte avsedd att anropas direkt från koden.

Gäller för