System.Runtime.Remoting.Channels.Ipc.Unix
=========================================

*.Ipc.Unix is a wrapper for Mono.Remoting.Channels.Unix.
The Unix channels are loaded via reflection.

The wrapper is performing the following mappings:

IPC                     UNIX
--------------------------------------
portName="foo"          path=$TEMP/foo
ipc://foo/bar.rem	unix://$TEMP/foo?/bar.rem

