다음을 통해 공유


VirtualPathExtension.Attach(ServiceHostBase) 메서드

정의

이 메서드는 WCF(Windows Communication Foundation) 인프라를 지원하기 위해 제공됩니다.

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 인프라를 지원 하며 코드에서 직접 호출할 수 없습니다.

적용 대상