README 391 B

12345678910111213
  1. System.Runtime.Remoting.Channels.Ipc.Unix
  2. =========================================
  3. *.Ipc.Unix is a wrapper for Mono.Remoting.Channels.Unix.
  4. The Unix channels are loaded via reflection.
  5. The wrapper is performing the following mappings:
  6. IPC UNIX
  7. --------------------------------------
  8. portName="foo" path=$TEMP/foo
  9. ipc://foo/bar.rem unix://$TEMP/foo?/bar.rem