Skip to content

Conversation

@gregsonian
Copy link

Summary

The following app is a simple IHost-based console app. It allows a user to specify a base address (VBrick server), username, and password.

Classes

Below are quick summaries of each class.

Program

This is the main program that uses DI to create an IHost-based console application.

RecordsProcessor

This is the class that actually does the two-step process of getting a valid Userlogin token, then using the token to send a request to the VideosReports API call.

Known Issues

  • IOException - There is either a timeout or a size limit applied to the response on the server-side. This is causing an IOException. If VBrick is installed on IIS, then IIS has a setting that allows an increase in the response buffer, via IIS Manager > Configuration Editor > Section: system.webServer/asp > limits > bufferingLimit. The default value is 4,194,304. It is unclear if this is used or managed by the VBrick application, however I can reproduce the issue locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants