HttpTransportOptions interface

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

Optional Agent object to use with the Http connection

agent?: Agent

Property Value

Agent

receivePolicy

Optional configuration parameters to use for receive polling.

receivePolicy?: HttpReceiverOptions

Property Value