-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
affected-very-fewThis issue impacts very few customersThis issue impacts very few customersarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onepartner-impactseverity-nice-to-haveThis label is used by an internal toolThis label is used by an internal tool🥌 Bedrock
Milestone
Description
Is your feature request related to a problem? Please describe.
CoreWCF needs to be able to accept connections on Windows named pipes to accept connections from existing .NET Framework clients.
Describe the solution you'd like
CoreWCF needs to support creating a listening pipe on both local and global namespaces. We also need to be able to modify the ACL on the named pipe (PipeStream.GetAccessControl/SetAccessControl).
Update 2022/12/22 @JamesNK
Initial commit - #44426
Work still to do:
- Add option to validate first connection. Waiting on [API Proposal]: Add PipeOptions.FirstPipeInstance enum value runtime#76984
- Perf and stress testing
- End-to-end testing with gRPC
-
End-to-end testing with WCF? cc @mconnew - Documentation
- Security guidance
leoniDEV, HRKings, viktor-svub and RyoukoKonpaku
Metadata
Metadata
Assignees
Labels
affected-very-fewThis issue impacts very few customersThis issue impacts very few customersarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onepartner-impactseverity-nice-to-haveThis label is used by an internal toolThis label is used by an internal tool🥌 Bedrock