mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
docs: fix Copilot comments
This commit is contained in:
parent
3e0f318f7f
commit
608601990b
7 changed files with 11 additions and 9 deletions
|
|
@ -13,7 +13,7 @@ namespace PepperDash.Essentials.WebSocketServer
|
|||
public string ClientId { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initalize an instance of the <see cref="ConnectionClosedEventArgs"/> class.
|
||||
/// Initialize an instance of the <see cref="ConnectionClosedEventArgs"/> class.
|
||||
/// </summary>
|
||||
/// <param name="clientId">client that's closing</param>
|
||||
public ConnectionClosedEventArgs(string clientId)
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ namespace PepperDash.Essentials.WebSocketServer
|
|||
/// </summary>
|
||||
/// <param name="key">The unique key to identify this client</param>
|
||||
/// <param name="id">The client ID used by the client for this connection</param>
|
||||
/// <param name="token"></param>
|
||||
/// <param name="token">The token associated with this client</param>
|
||||
public UiClient(string key, string id, string token)
|
||||
{
|
||||
Key = key;
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ namespace PepperDash.Essentials.WebSocketServer
|
|||
/// Initialize an instance of the <see cref="Version"/> class
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// the <see cref="ServerIsRunningOnProcessorHardware"/> property is set to true by default.
|
||||
/// The <see cref="ServerIsRunningOnProcessorHardware"/> property is set to true by default.
|
||||
/// </remarks>
|
||||
public Version()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue