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)

添付ファイルの操作。

適用対象