SoapServerVRoot.GetVirtualRootStatus Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the security status of an existing SOAP virtual root.
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)
	Parameters
- RootWebServer
 - String
 
The root Web server. The default is "IIS://localhost/W3SVC/1/ROOT".
- inBaseUrl
 - String
 
The base URL that contains the virtual root.
- inVirtualRoot
 - String
 
The name of the virtual root.
- Exists
 - String
 
When this method returns, this parameter contains a true if the virtual directory exists; otherwise, false.
- SSL
 - String
 
When this method returns, this parameter contains a true if SSL encryption is required; otherwise, false.
- WindowsAuth
 - String
 
When this method returns, this parameter contains true if Windows authentication is set, otherwise, false.
- Anonymous
 - String
 
When this method returns, this parameter contains true if no authentication is set (anonymous user); otherwise, false.
- HomePage
 - String
 
When this method returns, this parameter contains a true if the Virtual Root's EnableDefaultDoc property is set; otherwise, false.
- DiscoFile
 - String
 
When this method returns, this parameter contains a true if a Default.disco file exists; otherwise, false.
- PhysicalPath
 - String
 
When this method returns, this parameter contains the disk address of the virtual root directory.
- BaseUrl
 - String
 
When this method returns, this parameter contains the base URL.
- VirtualRoot
 - String
 
When this method returns, this parameter contains the name of the virtual root.