Aracılığıyla paylaş


ISoapServerVRoot.CreateVirtualRootEx Yöntem

Tanım

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

public:
 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
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.

inBaseUrl
String

Sanal kökü içeren temel URL.

inVirtualRoot
String

Sanal kök adı.

homePage
String

trueEnableDefaultDoc özelliği ayarlanacaksa; ayarlanamazsa, false.

discoFile
String

true varsayılan bulma dosyası oluşturulacaksa; false bulma dosyası yoksa. Ve default.disco dosyası varsa false , 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 adını içerir.

physicalPath
String

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

Ö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