ISoapUtility.GetServerPhysicalPath(String, String, String, String) 方法

定义

返回 SOAP 虚拟根目录的路径。Returns the path for the SOAP virtual root.

public:
 void GetServerPhysicalPath(System::String ^ rootWebServer, System::String ^ inBaseUrl, System::String ^ inVirtualRoot, [Runtime::InteropServices::Out] System::String ^ % physicalPath);
public void GetServerPhysicalPath (string rootWebServer, string inBaseUrl, string inVirtualRoot, out string physicalPath);
abstract member GetServerPhysicalPath : string * string * string * string -> unit
Public Sub GetServerPhysicalPath (rootWebServer As String, inBaseUrl As String, inVirtualRoot As String, ByRef physicalPath As String)

参数

rootWebServer
String

根 Web 服务器。The root Web server.

inBaseUrl
String

基 URL 地址。The base URL address.

inVirtualRoot
String

虚拟根目录的名称。The name of the virtual root.

physicalPath
String

此方法返回时,此参数包含 SOAP 虚拟根目录的文件路径。When this method returns, this parameter contains the file path for the SOAP virtual root.

例外

调用链中的调用方无权访问非托管代码。A caller in the call chain does not have permission to access unmanaged code.

SOAP 实用工具不可用。The SOAP utility is not available.

获取系统目录的调用失败。The call to get the system directory failed.

适用于