SoapUtility.GetServerBinPath(String, String, String, String) Methode

Definitie

Retourneert het pad voor de SOAP-bin-map.

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)

Parameters

rootWebServer
String

De hoofdwebserver.

inBaseUrl
String

Het basis-URL-adres.

inVirtualRoot
String

De naam van de virtuele hoofdmap.

binPath
String

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

Implementeringen

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