We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

Luan09's avatar
Luan09
Explorer | Level 4
3 years ago

Can you help me full definition of User-Agent in DropboxClientConfig

Hi everyone, Please help me full definition of User-Agent in DropboxClientConfig, I use SDK for .NET, in my code: var config = new DropboxClientConfig([userAgent]"AppTest") { HttpClient = httpCli...
  • Здравко's avatar
    3 years ago

    Luan09 wrote:

    Hi everyone, Please help me full definition of User-Agent in DropboxClientConfig, ...


    Hi Luan09,

    It's hard to be set exact definition. In HTTP is a optional header that lets the client describe itself to the server. By default all Dropbox SDKs put there information describing themself. You can add additional information (describing your application specifically, if you want) to this header, passing it through as parameter. Directives to format such an info can be seen here.

    Hope this clarifies matter.