Class RestClientAgent
Represents a REST Client agent in the IoT Gateway.
[Endpoint("/config/v1/project/_iot_gateway/rest_clients/{name}", null)]
public class RestClientAgent : PublishingIotAgent, IEquatable<BaseEntity>, IHaveOwner, IHaveName
- Inheritance
-
RestClientAgent
- Implements
- Inherited Members
- Extension Methods
Constructors
- RestClientAgent()
Initializes a new instance of the RestClientAgent class.
- RestClientAgent(string)
Initializes a new instance of the RestClientAgent class with the specified name.
Properties
- BufferOnFailedPublish
Gets or sets whether updates should be buffered when a publish fails.
- HttpHeader
Gets or sets the HTTP header name-value pairs.
- HttpMethod
Gets or sets the HTTP method for publishing data (POST or PUT).
- Password
Gets or sets the password for basic HTTP authentication.
- PublishMediaType
Gets or sets the content-type for published data.
- Url
Gets or sets the REST endpoint URL.
- Username
Gets or sets the username for basic HTTP authentication.