Aracılığıyla paylaş


SoapServerVRoot.CreateVirtualRootEx Yöntem

Tanım

Güvenlik seçenekleriyle bir SOAP sanal kökü oluşturur.

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)

Parametreler

rootWebServer
String

Kök Web sunucusu. Varsayılan değer "IIS://localhost/W3SVC/1/ROOT"dir.

inBaseUrl
String

Sanal kökü içeren temel URL.

inVirtualRoot
String

Sanal kökün adı.

homePage
String

Giriş sayfasının URL'si.

discoFile
String

true varsayılan bulma dosyası oluşturulacaksa; false bulma dosyası yoksa. false Ve default.disco dosyası varsa, dosya silinir.

secureSockets
String

true SSL şifrelemesi gerekiyorsa; aksi takdirde , false.

authentication
String

Kimlik doğrulaması kullanılmıyorsa "anonim" değerini belirtin (anonim kullanıcı). Aksi takdirde boş bir dize belirtin.

operation
String

Kullanılmadı. Bu parametre için belirtin null .

baseUrl
String

Bu yöntem döndürdüğünde, bu parametre temel URL'yi içerir.

virtualRoot
String

Bu yöntem döndürdüğünde, bu parametre sanal kökün adını içerir.

physicalPath
String

Bu yöntem döndürdüğünde, bu parametre Sanal Kök dizinin disk adresini içerir.

Uygulamalar

Özel durumlar

Çağrı zincirindeki bir çağıranın yönetilmeyen koda erişme izni yok.

SOAP yardımcı programı kullanılamıyor.

Şunlara uygulanır