WebexClientWrapper 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.
A client for interacting with the Webex Teams API.
public class WebexClientWrapper
type WebexClientWrapper = class
Public Class WebexClientWrapper
- Inheritance
-
WebexClientWrapper
Constructors
| WebexClientWrapper(WebexClientWrapperOptions) |
Initializes a new instance of the WebexClientWrapper class. Creates a Webex Client Wrapper. See WebexClientWrapperOptions for a full definition of the allowed parameters. |
Properties
| Options |
Gets the options collection for the adapter. |
Methods
| CreateMessageAsync(String, String, IList<Uri>, MessageTextType, MessageTarget, CancellationToken) |
Wraps Webex API's CreateMessageAsync method. |
| CreateMessageWithAttachmentsAsync(String, String, IList<Attachment>, MessageTextType, MessageTarget, CancellationToken) |
Creates a message with attachments. |
| DeleteMessageAsync(String, CancellationToken) |
Wraps Webex API's DeleteMessageAsync method. |
| GetAttachmentActionAsync(String, CancellationToken) |
Shows details for an attachment action, by ID. |
| GetMeAsync(CancellationToken) |
Wraps Webex API's GetMeAsync method. |
| GetMessageAsync(String, CancellationToken) |
Wraps Webex API's GetMessageAsync method. |
| ValidateSignature(HttpRequest, String) |
Validates the local secret against the one obtained from the request header. |