NullRemotePathResolver public class NullRemotePathResolver : IRemotePathResolver Documentation Code namespace Relativity.Transfer { public class NullRemotePathResolver : IRemotePathResolver { public string ResolvePath(string path) { return path; } } }