Attachments Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attachments operations.
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)
- Inheritance
-
Attachments
- Implements
-
IAttachments Microsoft.Rest.IServiceOperations<ConnectorClient>
Constructors
Attachments(ConnectorClient) |
Initializes a new instance of the Attachments class. |
Properties
Client |
Gets a reference to the ConnectorClient. |
Methods
GetAttachmentInfoWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
GetAttachmentInfo. |
GetAttachmentStreamAsync(String, String) |
Get the given attachmentid view as a stream. |
GetAttachmentUri(String, String) |
Get the URI of an attachment view. |
GetAttachmentWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
GetAttachment. |