confused screaming
This commit is contained in:
11
PVHelpers/INetEndPoint.cs
Normal file
11
PVHelpers/INetEndPoint.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Net;
|
||||
|
||||
namespace PVHelpers
|
||||
{
|
||||
public interface INetEndPoint
|
||||
{
|
||||
public IPEndPoint EndPoint { get; }
|
||||
public IPAddress Address { get; }
|
||||
public Int32 Port { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user