Sdílet prostřednictvím


SoapServerVRoot.GetVirtualRootStatus Metoda

Definice

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, falsev opačném případě .

SSL
String

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

WindowsAuth
String

Když tato metoda vrátí, tento parametr obsahuje true , jestli je nastaveno ověřování systému Windows, falsev 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; falsev 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.

Implementuje

Platí pro