ISoapServerVRoot.GetVirtualRootStatus 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回現有 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)
參數
- rootWebServer
- String
根 Web 伺服器。
- inBaseUrl
- String
含有虛擬根目錄的基礎 URL。
- inVirtualRoot
- String
虛擬根目錄的名稱。
- exists
- String
如果虛擬目錄存在,則這個方法傳回時,這個參數會包含 true
,否則包含 false
。
- secureSockets
- String
如果需要 SSL 加密,則這個方法傳回時,這個參數會包含 true
,否則包含 false
。
- windowsAuth
- String
如果已設定 Windows 驗證,則這個方法傳回時,這個參數會包含 true
,否則包含 false
。
- anonymous
- String
如果沒有設定驗證 (匿名使用者),則這個方法傳回時,這個參數會包含 true
,否則包含 false
。
- homePage
- String
如果已設定虛擬根目錄的 true
屬性,則這個方法傳回時,這個參數會包含 EnableDefaultDoc
,否則包含 false
。
- discoFile
- String
如果 Default.disco 檔案存在,則這個方法傳回時,這個參數會包含 true
,否則包含 false
。
- physicalPath
- String
當這個方法傳回時,這個參數會包含虛擬根目錄的磁碟位址。
- baseUrl
- String
當這個方法傳回時,這個參數會包含基礎 URL。
- virtualRoot
- String
當這個方法傳回時,這個參數會包含虛擬根目錄的名稱。