Sdílet prostřednictvím


ISoapServerVRoot.GetVirtualRootStatus Metoda

Definice

Vrátí stav zabezpečení existujícího virtuálního kořenového adresáře SOAP.

public:
 void GetVirtualRootStatus(System::String ^ rootWebServer, System::String ^ inBaseUrl, System::String ^ inVirtualRoot, [Runtime::InteropServices::Out] System::String ^ % exists, [Runtime::InteropServices::Out] System::String ^ % secureSockets, [Runtime::InteropServices::Out] System::String ^ % windowsAuth, [Runtime::InteropServices::Out] System::String ^ % anonymous, [Runtime::InteropServices::Out] System::String ^ % homePage, [Runtime::InteropServices::Out] System::String ^ % discoFile, [Runtime::InteropServices::Out] System::String ^ % physicalPath, [Runtime::InteropServices::Out] System::String ^ % baseUrl, [Runtime::InteropServices::Out] System::String ^ % virtualRoot);
public void GetVirtualRootStatus (string rootWebServer, string inBaseUrl, string inVirtualRoot, out string exists, out string secureSockets, out string windowsAuth, out string anonymous, out string homePage, out string discoFile, out string physicalPath, out string baseUrl, out string virtualRoot);
abstract member GetVirtualRootStatus : string * string * string * string * string * string * string * string * string * string * string * string -> unit
Public Sub GetVirtualRootStatus (rootWebServer As String, inBaseUrl As String, inVirtualRoot As String, ByRef exists As String, ByRef secureSockets As String, ByRef windowsAuth As String, ByRef anonymous As String, ByRef homePage As String, ByRef discoFile As String, ByRef physicalPath As String, ByRef baseUrl As String, ByRef virtualRoot As String)

Parametry

rootWebServer
String

Kořenový webový server.

inBaseUrl
String

Základní adresa URL, která obsahuje virtuální kořenový adresář.

inVirtualRoot
String

Název virtuálního kořenového adresáře.

exists
String

Když tato metoda vrátí hodnotu , obsahuje tento parametr hodnotu , true pokud virtuální adresář existuje; falsev opačném případě .

secureSockets
String

Když tato metoda vrátí hodnotu , obsahuje true tento parametr parametr , pokud se vyžaduje šifrování SSL, falsejinak .

windowsAuth
String

Když tato metoda vrátí hodnotu , tento parametr obsahuje true , pokud je nastaveno ověřování systému Windows, falsejinak .

anonymous
String

Když tato metoda vrátí hodnotu , tento parametr obsahuje true , pokud není nastaveno žádné ověřování (anonymní uživatel), v opačném případě false.

homePage
String

Když tato metoda vrátí hodnotu , obsahuje true tento parametr parametr , pokud je nastavena vlastnost virtuálního kořenového EnableDefaultDoc adresáře; v opačném případě false.

discoFile
String

Když tato metoda vrátí hodnotu , obsahuje true tento parametr parametr , pokud existuje soubor Default.disco; falsejinak .

physicalPath
String

Když tato metoda vrátí, tento parametr obsahuje adresu disku virtuálního kořenového adresáře.

baseUrl
String

Když tato metoda vrátí, tento parametr obsahuje základní adresu URL.

virtualRoot
String

Když se tato metoda vrátí, tento parametr obsahuje název virtuálního kořenového adresáře.

Platí pro