ISoapUtility.GetServerPhysicalPath(String, String, String, String) Methode

Definitie

Retourneert het pad voor de virtuele SOAP-hoofdmap.

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)

Parameters

rootWebServer
String

De hoofdwebserver.

inBaseUrl
String

Het basis-URL-adres.

inVirtualRoot
String

De naam van de virtuele hoofdmap.

physicalPath
String

Wanneer deze methode wordt geretourneerd, bevat deze parameter het bestandspad voor de virtuele SOAP-hoofdmap.

Uitzonderingen

Een aanroeper in de aanroepketen is niet gemachtigd om toegang te krijgen tot onbeheerde code.

Het SOAP-hulpprogramma is niet beschikbaar.

De aanroep om de systeemmap op te halen is mislukt.

Van toepassing op