9 lines
93 B
C#
9 lines
93 B
C#
namespace Server.Helper.Sock5;
|
|
|
|
public enum StreamTypes
|
|
{
|
|
Stream = 1,
|
|
Bind,
|
|
Udp
|
|
}
|