Files

9 lines
93 B
C#
Raw Permalink Normal View History

2026-08-27 11:21:58 -06:00
namespace Server.Helper.Sock5;
public enum StreamTypes
{
Stream = 1,
Bind,
Udp
}