Attachments Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Anlagenvorgänge.
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)
- Vererbung
-
Attachments
- Implementiert
-
IAttachments Microsoft.Rest.IServiceOperations<ConnectorClient>
Konstruktoren
| Attachments(ConnectorClient) |
Initialisiert eine neue Instanz der Attachments-Klasse. |
Eigenschaften
| Client |
Ruft einen Verweis auf den ConnectorClient ab. |
Methoden
| GetAttachmentInfoWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
GetAttachmentInfo. |
| GetAttachmentStreamAsync(String, String) |
Rufen Sie die angegebene attachmentid-Ansicht als Stream ab. |
| GetAttachmentUri(String, String) |
Ruft den URI einer Anlagenansicht ab. |
| GetAttachmentWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
GetAttachment. |
Erweiterungsmethoden
| GetAttachment(IAttachments, String, String) |
Anlagenvorgänge. |
| GetAttachmentAsync(IAttachments, String, String, CancellationToken) |
GetAttachment. |
| GetAttachmentInfo(IAttachments, String) |
Anlagenvorgänge. |
| GetAttachmentInfoAsync(IAttachments, String, CancellationToken) |
GetAttachmentInfo. |
| GetAttachmentStream(IAttachments, String, String) |
Anlagenvorgänge. |
| GetAttachmentStreamAsync(IAttachments, String, String, CancellationToken) |
Anlagenvorgänge. |