Skip to content
ExM edited this page Feb 12, 2012 · 2 revisions

CSharp implementation of Open Network Computing Remote Procedure Call (ONC RPC)

This solution tested for .Net 4.0 and Mono.

Implemented components:

  • External Data Representation (XDR).
  • Client of ONC RPC. (UDP and TCP connection, null authentication)
  • Binding Protocols for ONC RPC Version 2, 3, 4

Links to technical documentation

Clone this wiki locally