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)

附件操作。

适用于