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