mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 04:55:42 +00:00
Move EndPointExtensions to Net namespace (#7)
This commit is contained in:
parent
95020e0db0
commit
c8d8e212e2
@ -1,7 +1,7 @@
|
|||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
namespace X10D;
|
namespace X10D.Net;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Extension methods for <see cref="EndPoint" /> and derived types.
|
/// Extension methods for <see cref="EndPoint" /> and derived types.
|
Loading…
Reference in New Issue
Block a user