csharp
public interface IRpcTransportWhere a router sends what it has encoded.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
A seam rather than a direct call into the session, so the router can be tested against a fake that records packets instead of a session, and so an editor's replay tooling can put itself in the middle later.
Methods (3)
Used by (7)
- DroppingTransportVixen.Net.Fuzz
- LoopbackVixen.Net.Tests
- NullTransportVixen.Net.Tests
- RecordingTransportVixen.Net.Tests
- RecordingTransportVixen.Net.Generators.Tests
- RpcRouterVixen.Net
- SessionRpcTransportVixen.Net