mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-24 03:56:27 +00:00
Add project files.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Net.WebSockets;
|
||||
|
||||
namespace AspNetCore.Extensions.Websockets;
|
||||
|
||||
public sealed class WebSocketConverterResponse
|
||||
{
|
||||
public WebSocketMessageType Type { get; set; }
|
||||
public byte[]? Payload { get; set; }
|
||||
public bool EndOfMessage { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user