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

Kestrel named pipes #34640

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Kestrel named pipes #34640

wants to merge 14 commits into from

Conversation

Rick-Anderson
Copy link
Contributor

@Rick-Anderson Rick-Anderson commented Feb 4, 2025

@Rick-Anderson
Copy link
Contributor Author

@JamesNK please review these changes CoPilot made to your code.


### Customize Kestrel named pipe endpoints

Kestrel's named pipe support includes advanced customization options. The [CreateNamedPipeServerStream](/dotnet/api/microsoft.aspnetcore.server.kestrel.transport.namedpipes.namedpipetransportoptions.createnamedpipeserverstream) property on the named pipe options allows pipes to be customized per-endpoint.
Copy link
Contributor Author

@Rick-Anderson Rick-Anderson Feb 4, 2025

Choose a reason for hiding this comment

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

You had method but I believe CreateNamedPipeServerStream is a prop.

@Rick-Anderson Rick-Anderson marked this pull request as ready for review February 5, 2025 20:39
@Rick-Anderson Rick-Anderson requested a review from JamesNK February 5, 2025 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New .NET 9 feature: Customize Kestrel named pipe endpoints
1 participant