Share via


ISoapUtility.GetServerPhysicalPath(String, String, String, String) Méthode

Définition

Retourne le chemin d'accès pour la racine virtuelle SOAP.

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)

Paramètres

rootWebServer
String

Serveur Web racine.

inBaseUrl
String

Adresse de l'URL de base.

inVirtualRoot
String

Nom de la racine virtuelle.

physicalPath
String

Lorsque cette méthode est retournée, ce paramètre contient le chemin d'accès du fichier pour la racine virtuelle SOAP.

Exceptions

Un appelant dans la chaîne d'appel ne dispose pas de l'autorisation requise pour accéder à du code non managé.

L'utilitaire SOAP n'est pas disponible.

L'appel pour obtenir le répertoire système a échoué.

S’applique à