Common networking stuffs
This commit is contained in:
10
Common/IWebSocketHandler.cs
Normal file
10
Common/IWebSocketHandler.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using CommonSocketLibrary.Abstract;
|
||||
|
||||
namespace CommonSocketLibrary.Common
|
||||
{
|
||||
public interface IWebSocketHandler
|
||||
{
|
||||
int OperationCode { get; }
|
||||
Task Execute<Data>(SocketClient<WebSocketMessage> sender, Data data);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user