Aracılığıyla paylaş


SoapServerTlb.AddServerTlb Yöntem

Tanım

Bir sunucu türü kitaplığının girdilerini güvenlik seçeneklerine bağlı olarak Web.config ve Default.disco dosyalarına ekler ve gerekirse bir ara sunucu oluşturur.

public:
 virtual void AddServerTlb(System::String ^ progId, System::String ^ classId, System::String ^ interfaceId, System::String ^ srcTlbPath, System::String ^ rootWebServer, System::String ^ inBaseUrl, System::String ^ inVirtualRoot, System::String ^ clientActivated, System::String ^ wellKnown, System::String ^ discoFile, System::String ^ operation, [Runtime::InteropServices::Out] System::String ^ % strAssemblyName, [Runtime::InteropServices::Out] System::String ^ % typeName);
public void AddServerTlb (string progId, string classId, string interfaceId, string srcTlbPath, string rootWebServer, string inBaseUrl, string inVirtualRoot, string clientActivated, string wellKnown, string discoFile, string operation, out string strAssemblyName, out string typeName);
abstract member AddServerTlb : string * string * string * string * string * string * string * string * string * string * string * string * string -> unit
override this.AddServerTlb : string * string * string * string * string * string * string * string * string * string * string * string * string -> unit
Public Sub AddServerTlb (progId As String, classId As String, interfaceId As String, srcTlbPath As String, rootWebServer As String, inBaseUrl As String, inVirtualRoot As String, clientActivated As String, wellKnown As String, discoFile As String, operation As String, ByRef strAssemblyName As String, ByRef typeName As String)

Parametreler

progId
String

Sınıfının programlı tanımlayıcısı.

classId
String

Tür kitaplığı için sınıf tanımlayıcısı (CLSID).

interfaceId
String

Tür kitaplığının IID değeri.

srcTlbPath
String

Tür kitaplığını içeren dosyanın yolu.

rootWebServer
String

Kök Web sunucusu.

inBaseUrl
String

Sanal kökü içeren temel URL.

inVirtualRoot
String

Sanal kök adı.

clientActivated
String

true istemci etkinleştirildiyse; aksi takdirde , false.

wellKnown
String

true iyi biliniyorsa; aksi takdirde , false.

discoFile
String

true bulma dosyasıysa; aksi takdirde , false.

operation
String

Gerçekleştirilecek işlem. "Sil" veya boş bir dize belirtin.

strAssemblyName
String

Bu yöntem döndürdüğünde, derlemenin adını içerir.

typeName
String

Bu yöntem döndürdüğünde, derlemenin türünü 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.

Sistem dizinini alma çağrısı başarısız oldu.

Şunlara uygulanır