SoapUtility.GetServerBinPath(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 le répertoire bin SOAP.
public:
virtual void GetServerBinPath(System::String ^ rootWebServer, System::String ^ inBaseUrl, System::String ^ inVirtualRoot, [Runtime::InteropServices::Out] System::String ^ % binPath);
public void GetServerBinPath (string rootWebServer, string inBaseUrl, string inVirtualRoot, out string binPath);
abstract member GetServerBinPath : string * string * string * string -> unit
override this.GetServerBinPath : string * string * string * string -> unit
Public Sub GetServerBinPath (rootWebServer As String, inBaseUrl As String, inVirtualRoot As String, ByRef binPath As String)
Paramètres
- rootWebServer
- String
Serveur Web racine.
- inBaseUrl
- String
Adresse de l'URL de base.
- inVirtualRoot
- String
Nom de la racine virtuelle.
- binPath
- String
Lorsque cette méthode est retournée, ce paramètre contient le chemin d'accès du fichier pour le répertoire bin de la racine virtuelle SOAP.
Implémente
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é.