DSInternals/Src/DSInternals.Replication/RpcProtocol.cs

11 lines
125 B
C#
Raw Permalink Normal View History

2015-12-26 22:44:43 +00:00

namespace DSInternals.Replication
{
public enum RpcProtocol
{
TCP = 0,
SMB,
HTTP
}
}