Attachments Klass
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Åtgärder för bifogade filer.
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)
- Arv
-
Attachments
- Implementeringar
-
IAttachments Microsoft.Rest.IServiceOperations<ConnectorClient>
Konstruktorer
Attachments(ConnectorClient) |
Initierar en ny instans av Attachments klassen. |
Egenskaper
Client |
Hämtar en referens till ConnectorClient. |
Metoder
GetAttachmentInfoWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
GetAttachmentInfo. |
GetAttachmentStreamAsync(String, String) |
Hämta den angivna attachmentid-vyn som en ström. |
GetAttachmentUri(String, String) |
Hämta URI:n för en bilagavy. |
GetAttachmentWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
GetAttachment. |
Tilläggsmetoder
GetAttachment(IAttachments, String, String) |
Åtgärder för bifogade filer. |
GetAttachmentAsync(IAttachments, String, String, CancellationToken) |
GetAttachment. |
GetAttachmentInfo(IAttachments, String) |
Åtgärder för bifogade filer. |
GetAttachmentInfoAsync(IAttachments, String, CancellationToken) |
GetAttachmentInfo. |
GetAttachmentStream(IAttachments, String, String) |
Åtgärder för bifogade filer. |
GetAttachmentStreamAsync(IAttachments, String, String, CancellationToken) |
Åtgärder för bifogade filer. |