SoapServerVRoot.CreateVirtualRootEx Metod

Definition

Skapar en virtuell SOAP-rot med säkerhetsalternativ.

public:
 virtual void CreateVirtualRootEx(System::String ^ rootWebServer, System::String ^ inBaseUrl, System::String ^ inVirtualRoot, System::String ^ homePage, System::String ^ discoFile, System::String ^ secureSockets, System::String ^ authentication, System::String ^ operation, [Runtime::InteropServices::Out] System::String ^ % baseUrl, [Runtime::InteropServices::Out] System::String ^ % virtualRoot, [Runtime::InteropServices::Out] System::String ^ % physicalPath);
public void CreateVirtualRootEx(string rootWebServer, string inBaseUrl, string inVirtualRoot, string homePage, string discoFile, string secureSockets, string authentication, string operation, out string baseUrl, out string virtualRoot, out string physicalPath);
abstract member CreateVirtualRootEx : string * string * string * string * string * string * string * string * string * string * string -> unit
override this.CreateVirtualRootEx : string * string * string * string * string * string * string * string * string * string * string -> unit
Public Sub CreateVirtualRootEx (rootWebServer As String, inBaseUrl As String, inVirtualRoot As String, homePage As String, discoFile As String, secureSockets As String, authentication As String, operation As String, ByRef baseUrl As String, ByRef virtualRoot As String, ByRef physicalPath As String)

Parametrar

rootWebServer
String

Rotwebbservern. Standardvärdet är "IIS://localhost/W3SVC/1/ROOT".

inBaseUrl
String

Bas-URL:en som innehåller den virtuella roten.

inVirtualRoot
String

Namnet på den virtuella roten.

homePage
String

Webbadressen till startsidan.

discoFile
String

true om en standardidentifieringsfil ska skapas; false om det inte finns någon identifieringsfil. Om false och en Default.disco-fil finns tas filen bort.

secureSockets
String

trueom SSL-kryptering krävs; annars . false

authentication
String

Ange "anonym" om ingen autentisering ska användas (anonym användare). Annars anger du en tom sträng.

operation
String

Används inte. Ange null för den här parametern.

baseUrl
String

När den här metoden returneras innehåller den här parametern bas-URL:en.

virtualRoot
String

När den här metoden returneras innehåller den här parametern namnet på den virtuella roten.

physicalPath
String

När den här metoden returneras innehåller den här parametern diskadressen för den virtuella rotkatalogen.

Implementeringar

Undantag

En anropare i samtalskedjan har inte behörighet att komma åt ohanterad kod.

SOAP-verktyget är inte tillgängligt.

Gäller för