Files
serein-flow/Serein.Proto.WebSocket/Handle/WebSocketHandleConfiguration.cs

15 lines
260 B
C#

namespace Serein.Proto.WebSocket.Handle
{
internal class WebSocketHandleConfiguration : HandleConfiguration
{
/// <summary>
/// 主题
/// </summary>
public string ThemeValue { get; set; } = string.Empty;
}
}