Closed
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