ISoapUtility.GetServerPhysicalPath(String, String, String, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna o caminho para a raiz virtual de 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)
Parâmetros
- rootWebServer
- String
O servidor Web raiz.
- inBaseUrl
- String
O endereço da URL base.
- inVirtualRoot
- String
O nome da raiz virtual.
- physicalPath
- String
Quando este método retornar, este parâmetro conterá o caminho do arquivo para a raiz virtual de SOAP.
Exceções
Um chamador na cadeia de chamadas não tem permissão para acessar o código não gerenciado.
O utilitário de SOAP não está disponível.
Falha na chamada para obter o diretório do sistema.