initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using MessagePack;
|
||||
|
||||
namespace Pulsar.Common.Messages.Other
|
||||
{
|
||||
[MessagePackObject]
|
||||
public sealed class SecureMessageEnvelope : IMessage
|
||||
{
|
||||
[Key(0)]
|
||||
public byte[] Payload { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user