ISoapServerVRoot.GetVirtualRootStatus Method

Definition

Returns the security status of an existing SOAP virtual root.

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)

Parameters

rootWebServer
String

The root Web server.

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.

secureSockets
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 directory'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.

Applies to