Attachments Class

Definition

Attachments operations.

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

Constructors

Attachments(ConnectorClient)

Initializes a new instance of the Attachments class.

Properties

Client

Gets a reference to the ConnectorClient.

Methods

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

GetAttachmentInfo.

GetAttachmentStreamAsync(String, String)

Get the given attachmentid view as a stream.

GetAttachmentUri(String, String)

Get the URI of an attachment view.

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

GetAttachment.

Extension Methods

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)

Applies to