Resolve Concelier/Excititor merge conflicts
This commit is contained in:
8
Mongo2Go-4.1.0/src/Mongo2Go/Helper/IPortWatcher.cs
Normal file
8
Mongo2Go-4.1.0/src/Mongo2Go/Helper/IPortWatcher.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Mongo2Go.Helper
|
||||
{
|
||||
public interface IPortWatcher
|
||||
{
|
||||
int FindOpenPort();
|
||||
bool IsPortAvailable(int portNumber);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user