-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Document WebResponseObject/BasicHtmlWebResponseObject properties #11876
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
Document WebResponseObject/BasicHtmlWebResponseObject properties #11876
Conversation
The properties of WebResponseObject and BasicHtmlWebResponseObject had xmldoc comments which were not particularly informative. Add more informative comments to help users better understand the values returned by these properties. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
|
@PoshChan please rebuild all |
|
@adityapatwardhan, successfully started rebuild of |
|
I should also mention that |
|
Also, since |
...hell.Commands.Utility/commands/utility/WebCmdlet/Common/BasicHtmlWebResponseObject.Common.cs
Outdated
Show resolved
Hide resolved
...hell.Commands.Utility/commands/utility/WebCmdlet/Common/BasicHtmlWebResponseObject.Common.cs
Outdated
Show resolved
Hide resolved
Co-Authored-By: Ilya <darpa@yandex.ru>
|
@kevinoid Thank you for your contribution! |
|
My pleasure. Thanks for reviewing and merging @adityapatwardhan! |
|
🎉 Handy links: |
PR Summary
Improve xmldoc comments for properties of
WebResponseObjectandBasicHtmlWebResponseObject.PR Context
I found the current documentation to be unhelpful for understanding the values returned by
Invoke-WebRequest. This PR contains my current understanding after examining the code. Feel free to modify or rewrite to better fit your preferred style.PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.