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

Fixed setting ReadMode to Message for NamedPipeClientStream on Windows #94742

Closed

Commits on Nov 15, 2023

  1. Fixed setting ReadMode to Message for NamedPipeClientStream on Windows

    Fixes a longstanding issue inherited from the .NET framework which
    prevents ReadMode being set to Message on the client end of read only
    named pipes on Windows platforms.
    
    Also added in new tests for Message mode on Windows to verify correct
    functionality.
    
    Fix dotnet#83072
    Roger Sanders committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    adb22bf View commit details
    Browse the repository at this point in the history
  2. Added fallback to support existing cases where WriteAttributes permis…

    …sion is not available
    Roger Sanders committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    344a6fa View commit details
    Browse the repository at this point in the history