Click or drag to resize

RepositoryAPI Class

RepositoryAPI is responsible for performing http operations related to repository.
Inheritance Hierarchy
SystemObject
  ErrorClass
    API
      Nexpaq.APIsRepositoryAPI

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public class RepositoryAPI : API

The RepositoryAPI type exposes the following members.

Constructors
  NameDescription
Public methodRepositoryAPI
Initializes a new instance of RepositoryAPI.
Top
Methods
  NameDescription
Public methodRequestBootloader
Requests the bootloader.
Public methodRequestFileStream
Performs http request to get a file stream.
Public methodRequestFirmware
Requests the firmware for product.
Public methodRequestLatestFirmware
Requests the latest firmware for product.
Public methodRequestTextFile
Performs http request to get a text file.
Protected methodTriggerError (Inherited from ErrorClass.)
Top
Events
  NameDescription
Public eventError (Inherited from ErrorClass.)
Top
See Also