Attachments 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
附件操作。
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。 |