8 lines
206 B
C#
8 lines
206 B
C#
namespace Wino.Messaging.Client.Connection
|
|
{
|
|
/// <summary>
|
|
/// When client established a healthy connection to the server.
|
|
/// </summary>
|
|
public record WinoServerConnectionEstablished;
|
|
}
|