Document WebResponseObject/BasicHtmlWebResponseObject properties#11876
Document WebResponseObject/BasicHtmlWebResponseObject properties#11876adityapatwardhan merged 2 commits intoPowerShell:masterfrom
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 <[email protected]>
|
@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 <[email protected]>
|
@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.