Attachments Classe
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.
Opérations de pièces jointes.
public class Attachments : Microsoft.Bot.Connector.IAttachments, Microsoft.Rest.IServiceOperations<Microsoft.Bot.Connector.ConnectorClient>
type Attachments = class
interface IServiceOperations<ConnectorClient>
interface IAttachments
Public Class Attachments
Implements IAttachments, IServiceOperations(Of ConnectorClient)
- Héritage
-
Attachments
- Implémente
-
IAttachments Microsoft.Rest.IServiceOperations<ConnectorClient>
Constructeurs
Attachments(ConnectorClient) |
Initialise une nouvelle instance de la classe Attachments. |
Propriétés
Client |
Obtient une référence à ConnectorClient. |
Méthodes
GetAttachmentInfoWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
GetAttachmentInfo. |
GetAttachmentStreamAsync(String, String) |
Obtenez l’affichage attachmentid donné sous forme de flux. |
GetAttachmentUri(String, String) |
Obtient l’URI d’une vue de pièce jointe. |
GetAttachmentWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
GetAttachment. |
Méthodes d’extension
GetAttachment(IAttachments, String, String) |
Opérations de pièces jointes. |
GetAttachmentAsync(IAttachments, String, String, CancellationToken) |
GetAttachment. |
GetAttachmentInfo(IAttachments, String) |
Opérations de pièces jointes. |
GetAttachmentInfoAsync(IAttachments, String, CancellationToken) |
GetAttachmentInfo. |
GetAttachmentStream(IAttachments, String, String) |
Opérations de pièces jointes. |
GetAttachmentStreamAsync(IAttachments, String, String, CancellationToken) |
Opérations de pièces jointes. |