-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Port System.Net triple slash to docs #7105
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
Conversation
Tagging subscribers to this area: @dotnet/ncl Issue DetailsPorted using DocsPortingTool. Found a small bunch of docs in System.Net that could be ported.
|
xml/System.Net.Http/SocketsHttpPlaintextStreamFilterContext.xml
Outdated
Show resolved
Hide resolved
xml/System.Net.Http/SocketsHttpPlaintextStreamFilterContext.xml
Outdated
Show resolved
Hide resolved
xml/System.Net.Http/SocketsHttpPlaintextStreamFilterContext.xml
Outdated
Show resolved
Hide resolved
<param name="offset">The location in <paramref name="buffer" /> to begin storing the data.</param> | ||
<param name="size">The number of bytes to read from the <see cref="T:System.Net.Sockets.NetworkStream" />.</param> | ||
<param name="count">To be added.</param> | ||
<param name="count">The number of bytes to read from the <see cref="T:System.Net.Sockets.NetworkStream" />.</param> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reads exactly the same as the size
parameter. Same in the other 5 places below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind, I see this is because the parameter name changed. I didn't see a breaking change come through for these name changes.
This comment has been minimized.
This comment has been minimized.
Docs Build status updates of commit aa02815: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Ported using DocsPortingTool.
Found a small bunch of docs in System.Net that could be ported.