You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gathering tracing metrics for an application's Http requests can be done easily with a custom HttpMessageHandler as seen here: http://stackoverflow.com/a/18925296
In order to get this behavior with the current version of the Box SDK, an entire HttpRequestHandler class needs to be provided to the BoxClient. A lighter weight alternative where by a HttpMessageHandler can be provided is preferred.
The text was updated successfully, but these errors were encountered:
Gathering tracing metrics for an application's Http requests can be done easily with a custom
HttpMessageHandler
as seen here: http://stackoverflow.com/a/18925296In order to get this behavior with the current version of the Box SDK, an entire
HttpRequestHandler
class needs to be provided to theBoxClient
. A lighter weight alternative where by aHttpMessageHandler
can be provided is preferred.The text was updated successfully, but these errors were encountered: