SoapServerVRoot.GetVirtualRootStatus Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vrátí stav zabezpečení existujícího virtuálního kořenového adresáře SOAP.
public:
virtual void GetVirtualRootStatus(System::String ^ RootWebServer, System::String ^ inBaseUrl, System::String ^ inVirtualRoot, [Runtime::InteropServices::Out] System::String ^ % Exists, [Runtime::InteropServices::Out] System::String ^ % SSL, [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 SSL, 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
override this.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 SSL 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. Výchozí hodnota je "IIS://localhost/W3SVC/1/ROOT".
- 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í, obsahuje tento parametr hodnotu true
, pokud virtuální adresář existuje, false
v opačném případě .
- SSL
- String
Když tato metoda vrátí, tento parametr obsahuje true
parametr , pokud se vyžaduje šifrování SSL, false
jinak .
- WindowsAuth
- String
Když tato metoda vrátí, tento parametr obsahuje true
, jestli je nastaveno ověřování systému Windows, false
v opačném případě .
- Anonymous
- String
Když tato metoda vrátí, tento parametr obsahuje true
, pokud není nastaveno žádné ověřování (anonymní uživatel), v opačném případě false
.
- HomePage
- String
Když se tato metoda vrátí, tento parametr obsahuje true
vlastnost , pokud je nastavena vlastnost virtuálního kořenového EnableDefaultDoc
adresáře; false
v opačném případě .
- DiscoFile
- String
Když se tato metoda vrátí, obsahuje true
tento parametr soubor Default.disco. V opačném případě false
.
- 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ž tato metoda vrátí, tento parametr obsahuje název virtuálního kořenového adresáře.