Attachments Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Operacje załączników.
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)
- Dziedziczenie
-
Attachments
- Implementuje
-
IAttachments Microsoft.Rest.IServiceOperations<ConnectorClient>
Konstruktory
Attachments(ConnectorClient) |
Inicjuje nowe wystąpienie klasy Attachments. |
Właściwości
Client |
Pobiera odwołanie do elementu ConnectorClient. |
Metody
GetAttachmentInfoWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
GetAttachmentInfo. |
GetAttachmentStreamAsync(String, String) |
Pobierz dany widok attachmentid jako strumień. |
GetAttachmentUri(String, String) |
Pobierz identyfikator URI widoku załącznika. |
GetAttachmentWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
GetAttachment. |
Metody rozszerzania
GetAttachment(IAttachments, String, String) |
Operacje załączników. |
GetAttachmentAsync(IAttachments, String, String, CancellationToken) |
GetAttachment. |
GetAttachmentInfo(IAttachments, String) |
Operacje załączników. |
GetAttachmentInfoAsync(IAttachments, String, CancellationToken) |
GetAttachmentInfo. |
GetAttachmentStream(IAttachments, String, String) |
Operacje załączników. |
GetAttachmentStreamAsync(IAttachments, String, String, CancellationToken) |
Operacje załączników. |