Поделиться через


Attachments Класс

Определение

Операции с вложениями.

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)
Наследование
Attachments
Реализации
IAttachments Microsoft.Rest.IServiceOperations<ConnectorClient>

Конструкторы

Attachments(ConnectorClient)

Инициализирует новый экземпляр класса Attachments.

Свойства

Client

Возвращает ссылку на ConnectorClient.

Методы

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

GetAttachmentInfo.

GetAttachmentStreamAsync(String, String)

Получение заданного представления attachmentid в виде потока.

GetAttachmentUri(String, String)

Получите универсальный код ресурса (URI) представления вложений.

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

GetAttachment.

Методы расширения

GetAttachment(IAttachments, String, String)

Операции с вложениями.

GetAttachmentAsync(IAttachments, String, String, CancellationToken)

GetAttachment.

GetAttachmentInfo(IAttachments, String)

Операции с вложениями.

GetAttachmentInfoAsync(IAttachments, String, CancellationToken)

GetAttachmentInfo.

GetAttachmentStream(IAttachments, String, String)

Операции с вложениями.

GetAttachmentStreamAsync(IAttachments, String, String, CancellationToken)

Операции с вложениями.

Применяется к