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