ISoapUtility.GetServerPhysicalPath(String, String, String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é.