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