Skip to content

Implementing custom transport

yfakariya edited this page May 2, 2012 · 1 revision

If you want to communicate except standard TCP/IP, you can implement custom transport layer.

For more details, see API documents of ServerTransport, ServerTransportManager, ClientTransport, and ClientTransportManager.

For examples, see TestUtilities assembly.

T.B.D. examples