SoapServerTlb.AddServerTlb Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Dodaje wpisy biblioteki typów serwera do plików Web.config i Default.disco w zależności od opcji zabezpieczeń i generuje serwer proxy w razie potrzeby.
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)
Parametry
- progId
- String
Programowy identyfikator klasy.
- classId
- String
Identyfikator klasy (CLSID) dla biblioteki typów.
- interfaceId
- String
Identyfikator IID biblioteki typów.
- srcTlbPath
- String
Ścieżka pliku zawierającego bibliotekę typów.
- rootWebServer
- String
Główny serwer sieci Web.
- inBaseUrl
- String
Podstawowy adres URL zawierający wirtualny katalog główny.
- inVirtualRoot
- String
Nazwa wirtualnego katalogu głównego.
- clientActivated
- String
true
jeśli klient został aktywowany; w przeciwnym razie , false
.
- wellKnown
- String
true
jeżeli jest dobrze znany; w przeciwnym razie , false
.
- discoFile
- String
true
w przypadku pliku odnajdywania; w przeciwnym razie , false
.
- operation
- String
Operacja do wykonania. Określ ciąg "delete" lub pusty.
- strAssemblyName
- String
Gdy ta metoda zwraca wartość , zawiera nazwę zestawu.
- typeName
- String
Gdy ta metoda zwraca wartość , zawiera typ zestawu.
Implementuje
Wyjątki
Obiekt wywołujący w łańcuchu wywołań nie ma uprawnień dostępu do kodu niezarządzanego.
Narzędzie SOAP jest niedostępne.
Wywołanie w celu pobrania katalogu systemowego nie powiodło się.