Mono.Remoting.Channels.Unix.HostConnectionPool.HostConnectionPool C# (CSharp) Method

HostConnectionPool() public method

public HostConnectionPool ( string path ) : System
path string
return System
		public HostConnectionPool (string path)
		{
			_path = path;
		}