IComSoapPublisher.ProcessClientTlb Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Traite une bibliothèque de types du client, en créant un fichier de configuration sur le client.
public:
void ProcessClientTlb(System::String ^ ProgId, System::String ^ SrcTlbPath, System::String ^ PhysicalPath, System::String ^ VRoot, System::String ^ BaseUrl, System::String ^ Mode, System::String ^ Transport, [Runtime::InteropServices::Out] System::String ^ % AssemblyName, [Runtime::InteropServices::Out] System::String ^ % TypeName, [Runtime::InteropServices::Out] System::String ^ % Error);
public void ProcessClientTlb (string ProgId, string SrcTlbPath, string PhysicalPath, string VRoot, string BaseUrl, string Mode, string Transport, out string AssemblyName, out string TypeName, out string Error);
abstract member ProcessClientTlb : string * string * string * string * string * string * string * string * string * string -> unit
Public Sub ProcessClientTlb (ProgId As String, SrcTlbPath As String, PhysicalPath As String, VRoot As String, BaseUrl As String, Mode As String, Transport As String, ByRef AssemblyName As String, ByRef TypeName As String, ByRef Error As String)
Paramètres
- ProgId
- String
Identificateur programmatique de la classe.
- SrcTlbPath
- String
Chemin d'accès du fichier qui contient la typelib.
- PhysicalPath
- String
Répertoire d'applications Web.
- VRoot
- String
Nom de la racine virtuelle.
- BaseUrl
- String
URL de base qui contient la racine virtuelle.
- Mode
- String
Mode d'activation.
- Transport
- String
Non utilisé. Spécifiez null
pour ce paramètre.
- AssemblyName
- String
Lorsque cette méthode est retournée, ce paramètre contient le nom complet de l'assembly.
- TypeName
- String
Lorsque cette méthode est retournée, ce paramètre contient le nom qualifié complet de l'assembly.
- Error
- String
Lorsque cette méthode est retournée, le paramètre contient un message d'erreur si un problème a été rencontré.
Exceptions
Un appelant dans la chaîne d'appel ne dispose pas de l'autorisation requise pour accéder à du code non managé.
Remarques
Cette méthode est utilisée sur une importation de proxy client pour générer un fichier de configuration de communication à distance.
Dans l’implémentation, si le Mode
paramètre est « wellknownobject » ou une chaîne vide (« »), un objet connu est supposé ; sinon, l’activation du client est supposée.
Il est recommandé d’utiliser ProcessClientTlbEx au lieu de ProcessClientTlb.