Skip to content

Commit

Permalink
Add missing APIs from .NET 5 Preview 6
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Jul 14, 2020
1 parent fd6aba8 commit 242ba7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions accepted/2020/windows-specific-apis/windows-specific-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ Windows-specific:
### System.IO.Pipes

* **NamedPipeClientStream**
- `Connect(Int32)`
- `get_NumberOfServerInstances()`
* **NamedPipeServerStream**
- `WaitForConnection()`
* **PipeStream**
- `WaitForPipeDrain()`
* **PipeTransmissionMode**
Expand Down

0 comments on commit 242ba7b

Please sign in to comment.