MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / MySender

Class MySender

projects/CSharp/Tests/SendReceive.cs:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace Tests
8{
9 public class MySender : Sender, ISenderListener
10 {
11 public long OnSend(byte[] buffer, long offset, long size)
12 {
13 // Send nothing...
14 return 0;
15 }
16 }
17
18 public class MyReceiver : Receiver, IReceiverListener
19 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected