Ejemplo n.º 1
0
 public static byte[] Send(this MicroRatchetContext mrc, byte[] payload, int offset, int length) =>
 mrc.Send(new ArraySegment <byte>(payload, offset, length));
Ejemplo n.º 2
0
 public static byte[] Send(this MicroRatchetContext mrc, byte[] payload) =>
 mrc.Send(new ArraySegment <byte>(payload));