Compartir a través de


Attachments Clase

Definición

Operaciones de datos adjuntos.

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

Constructores

Attachments(ConnectorClient)

Inicializa una nueva instancia de la clase Attachments.

Propiedades

Client

Obtiene una referencia a ConnectorClient.

Métodos

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

GetAttachmentInfo.

GetAttachmentStreamAsync(String, String)

Obtenga la vista attachmentid especificada como una secuencia.

GetAttachmentUri(String, String)

Obtiene el URI de una vista de datos adjuntos.

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

GetAttachment.

Métodos de extensión

GetAttachment(IAttachments, String, String)

Operaciones de datos adjuntos.

GetAttachmentAsync(IAttachments, String, String, CancellationToken)

GetAttachment.

GetAttachmentInfo(IAttachments, String)

Operaciones de datos adjuntos.

GetAttachmentInfoAsync(IAttachments, String, CancellationToken)

GetAttachmentInfo.

GetAttachmentStream(IAttachments, String, String)

Operaciones de datos adjuntos.

GetAttachmentStreamAsync(IAttachments, String, String, CancellationToken)

Operaciones de datos adjuntos.

Se aplica a