Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Request): Remove string parsing of status code to long
The ToString method of the .NET error code results in the actual string explanation of the error code. When trying to parse this to a long we end up with error code 0. Cast the code as a long instead.
- Loading branch information