Skip to content
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

fix NetworkStream reading example description #10898

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

flafarga
Copy link
Contributor

@flafarga flafarga commented Feb 1, 2025

Remove incorrect DataAvailable reference and clarify buffer usage

Summary

Updates the NetworkStream reading example description to accurately reflect the code implementation

Fixes #10896

Remove incorrect DataAvailable reference and clarify buffer usage
@flafarga flafarga requested a review from a team as a code owner February 1, 2025 09:11
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Feb 1, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/ncl

Copy link

Learn Build status updates of commit 6d48243:

✅ Validation status: passed

File Status Preview URL Details
xml/System.Net.Sockets/NetworkStream.xml ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

Copy link
Member

@antonfirsov antonfirsov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks! ❤️

@gewarren gewarren merged commit 2c0d1a4 into dotnet:main Feb 3, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Net.Sockets community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"DataAvailable" property referred to but not used in code example
3 participants