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

Class MyFinalSender

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

Source from the content-addressed store, hash-verified

7namespace Tests
8{
9 public class MyFinalSender : FinalSender, 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 MyFinalReceiver : FinalReceiver, IFinalReceiverListener
19 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected