Add docfx documentation

This commit is contained in:
Sardelka
2022-07-01 17:00:42 +08:00
parent 64fda51917
commit 77999fe8f3
76 changed files with 21895 additions and 6860 deletions

View File

@ -81,6 +81,10 @@ namespace RageCoop.Server
{
Server=server;
}
/// <summary>
/// Th client's IP address and port.
/// </summary>
public System.Net.IPEndPoint EndPoint { get { return Connection.RemoteEndPoint; } }
internal long NetID = 0;
internal NetConnection Connection { get;set; }
/// <summary>