Delen via


Attachments Klas

Definitie

Bijlagenbewerkingen.

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

Constructors

Attachments(ConnectorClient)

Initialiseert een nieuw exemplaar van de Attachments klasse.

Eigenschappen

Client

Hiermee haalt u een verwijzing naar de ConnectorClient op.

Methoden

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

GetAttachmentInfo.

GetAttachmentStreamAsync(String, String)

Haal de opgegeven attachmentid-weergave op als een stream.

GetAttachmentUri(String, String)

Haal de URI van een bijlageweergave op.

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

GetAttachment.

Extensiemethoden

GetAttachment(IAttachments, String, String)

Bijlagenbewerkingen.

GetAttachmentAsync(IAttachments, String, String, CancellationToken)

GetAttachment.

GetAttachmentInfo(IAttachments, String)

Bijlagenbewerkingen.

GetAttachmentInfoAsync(IAttachments, String, CancellationToken)

GetAttachmentInfo.

GetAttachmentStream(IAttachments, String, String)

Bijlagenbewerkingen.

GetAttachmentStreamAsync(IAttachments, String, String, CancellationToken)

Bijlagenbewerkingen.

Van toepassing op