Share via


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

Définition

Retourne le chemin d'accès pour le répertoire bin virtuel racine SOAP.

public:
 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
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.

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 à