mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2024-12-12 09:27:17 +00:00
11 lines
125 B
C#
11 lines
125 B
C#
|
|
namespace DSInternals.Replication
|
|
{
|
|
public enum RpcProtocol
|
|
{
|
|
TCP = 0,
|
|
SMB,
|
|
HTTP
|
|
}
|
|
}
|