Język

Attachments Klasa

Definicja

Operacje załączników.

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)
Dziedziczenie
Attachments
Implementuje
IAttachments Microsoft.Rest.IServiceOperations<ConnectorClient>

Konstruktory

Nazwa Opis
Attachments(ConnectorClient)

Inicjuje nowe wystąpienie klasy Attachments.

Właściwości

Nazwa Opis
Client

Otrzymuje referencję do ConnectorClient.

Metody

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

GetAttachmentInfo.

GetAttachmentStreamAsync(String, String)

Pobierz dany widok attachmentid jako strumień.

GetAttachmentUri(String, String)

Uzyskaj URI widoku załącznika.

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

GetAttachment.

Metody rozszerzania

Nazwa Opis
GetAttachment(IAttachments, String, String)

Operacje załączników.

GetAttachmentAsync(IAttachments, String, String, CancellationToken)

GetAttachment.

GetAttachmentInfo(IAttachments, String)

Operacje załączników.

GetAttachmentInfoAsync(IAttachments, String, CancellationToken)

GetAttachmentInfo.

GetAttachmentStream(IAttachments, String, String)

Operacje załączników.

GetAttachmentStreamAsync(IAttachments, String, String, CancellationToken)

Operacje załączników.

Dotyczy