Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
HttpTransportOptions interface
- Package:
- azure-iot-device
Options structure for passing optional configuration parameters into the Http Transport.
This is passed into setOptions as a property named http inside of an DeviceClientOptions object.
See
Properties
| agent | Optional Agent object to use with the Http connection |
| receivePolicy | Optional configuration parameters to use for receive polling. |
Property Details
agent
receivePolicy
Optional configuration parameters to use for receive polling.
receivePolicy?: HttpReceiverOptions
