Where can I find a C#/.NET NFS implementation?

后端 未结 8 1849
既然无缘
既然无缘 2020-12-31 22:24

Is there any implementation of the NFS protocol written in C# or a good documentation thats easy to read so I can implement my own..

Both server and Client are neede

8条回答
  •  情书的邮戳
    2020-12-31 23:11

    Given that NFS is based on ONC RPC and XDR, I recommend using an XDR implementation for C#, such as RPC.NET.

提交回复
热议问题