-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Support Windows NamedPipe's in Kestrel #14207
Copy link
Copy link
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
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
Type
Fields
Give feedbackNo fields configured for issues without a type.
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:
End-to-end testing with WCF? cc @mconnew