Sdílet prostřednictvím


Attachments Třída

Definice

Operace příloh.

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)
Dědičnost
Attachments
Implementuje
IAttachments Microsoft.Rest.IServiceOperations<ConnectorClient>

Konstruktory

Attachments(ConnectorClient)

Inicializuje novou instanci Attachments třídy .

Vlastnosti

Client

Získá odkaz na ConnectorClient.

Metody

GetAttachmentInfoWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

GetAttachmentInfo.

GetAttachmentStreamAsync(String, String)

Získejte dané zobrazení ATTACHMENTID jako datový proud.

GetAttachmentUri(String, String)

Získejte identifikátor URI zobrazení přílohy.

GetAttachmentWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

GetAttachment.

Metody rozšíření

GetAttachment(IAttachments, String, String)

Operace příloh.

GetAttachmentAsync(IAttachments, String, String, CancellationToken)

GetAttachment.

GetAttachmentInfo(IAttachments, String)

Operace příloh.

GetAttachmentInfoAsync(IAttachments, String, CancellationToken)

GetAttachmentInfo.

GetAttachmentStream(IAttachments, String, String)

Operace příloh.

GetAttachmentStreamAsync(IAttachments, String, String, CancellationToken)

Operace příloh.

Platí pro