Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-603) Fix - Get-FileName errors sometimes
When running Get-FileName, if HttpWebResponse is not fully qualified, PowerShell 5 will not know how to find it. It's better to fully qualify classes, so fix that to be correct. Also pass along the actual error when it occurs.
- Loading branch information