Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Attachments Class
Definition
- Namespace:
- Microsoft.Bot.Connector
- Assembly:
- Microsoft.Bot.Connector.dll
- Package:
- Microsoft.Bot.Connector v3.30.0
- Package:
- Microsoft.Bot.Connector v4.22.7
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. |
