Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 20fa122

Browse files
committed
Make TransportType internal in Sockets assembly
1 parent 4d0b3ec commit 20fa122

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

pkg/test/packageSettings/System.Security.Permissions/netcoreapp2.0/ignoreTypes.targets

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/System.Net.Sockets/src/System/Net/Sockets/TransportType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace System.Net
66
{
77
// Defines the transport type allowed for the socket.
8-
public enum TransportType
8+
internal enum TransportType
99
{
1010
// Udp connections are allowed.
1111
Udp = 1,

0 commit comments

Comments
 (0)