-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TcpListener should implement IDisposable (#88043)
* TcpListener should implement IDisposable * lint * Code review * Update src/libraries/System.Net.Sockets/src/System/Net/Sockets/TCPListener.cs Co-authored-by: Anton Firszov <[email protected]> * Update TCPListener.cs [EditorBrowsable(EditorBrowsableState.Never)] * Code review * lint * Code review --------- Co-authored-by: Anton Firszov <[email protected]>
- Loading branch information
1 parent
5a968d5
commit 475c9ac
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters