SoapUtility.GetServerBinPath(String, String, String, String) Método
Definição
Retorna o caminho para o diretório de compartimento de SOAP.Returns the path for the SOAP bin directory.
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)
Parâmetros
- rootWebServer
- String
O servidor Web raiz.The root Web server.
- inBaseUrl
- String
O endereço da URL base.The base URL address.
- inVirtualRoot
- String
O nome da raiz virtual.The name of the virtual root.
- binPath
- String
Quando este método retornar, este parâmetro conterá o caminho do arquivo para o diretório de compartimento da raiz virtual de SOAP.When this method returns, this parameter contains the file path for the SOAP virtual root bin directory.
Implementações
Exceções
Um chamador na cadeia de chamadas não tem permissão para acessar o código não gerenciado.A caller in the call chain does not have permission to access unmanaged code.
O utilitário de SOAP não está disponível.The SOAP utility is not available.
Falha na chamada para obter o diretório do sistema.The call to get the system directory failed.