1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 05:15:43 +00:00

Move EndPointExtensions to Net namespace (#7)

This commit is contained in:
Oliver Booth 2022-04-21 17:46:41 +01:00
parent 95020e0db0
commit c8d8e212e2
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -1,7 +1,7 @@
using System.Net;
using System.Runtime.CompilerServices;
namespace X10D;
namespace X10D.Net;
/// <summary>
/// Extension methods for <see cref="EndPoint" /> and derived types.