mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-02 15:50:47 +08:00
12 lines
167 B
C#
12 lines
167 B
C#
using System;
|
|
|
|
namespace Serein.Library.Network.WebSocketCommunication
|
|
{
|
|
public interface ISocketHandleModule
|
|
{
|
|
Guid HandleGuid { get; }
|
|
}
|
|
|
|
|
|
}
|