RestConnectorClient Class

Definition

The Connector REST API allows your Agent to send and receive messages to channels configured in the Azure Bot Service. The Connector service uses industry-standard REST and JSON over HTTPS.

public class RestConnectorClient : Microsoft.Agents.Connector.RestClients.RestClientBase, IDisposable, Microsoft.Agents.Connector.IConnectorClient
type RestConnectorClient = class
    inherit RestClientBase
    interface IConnectorClient
    interface IDisposable
Public Class RestConnectorClient
Inherits RestClientBase
Implements IConnectorClient, IDisposable
Inheritance
RestConnectorClient
Implements

Constructors

Name Description
RestConnectorClient(Uri, IHttpClientFactory, Func<Task<String>>, String, Nullable<Int32>)

Properties

Name Description
Attachments
BaseUri
Conversations
Endpoint (Inherited from RestClientBase)

Methods

Name Description
Dispose()
GetHttpClientAsync() (Inherited from RestClientBase)

Applies to