-
Notifications
You must be signed in to change notification settings - Fork 7.7k
WIP: Add handling to Invoke-Webrequest command for named pipes #25348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree |
@iSazonov Can you help me fix an error? I was working and I got the basic logic working see the file, so what I do is check for Stream responseStream = StreamHelper.GetResponseStream(response, _cancelToken.Token); If you see the file; I added a bunch of null checks but they all succeed yet this line throws an error. Any idea of where this is coming from. |
@SeeminglyScience Could you please help? |
@sharktide You could run Get-Error cmdlet to get stack trace. |
I’ll try |
I'm really busy right now with other projects. The bot can close the PR and I will open a new one or reopen it when I have finished |
…Not working)
PR Summary
PR Context
Adds support for http servers set up on named pipes with Invoke-Webrequest for easy use.
PR Checklist
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright header