code style

This commit is contained in:
YFdyh000
2020-04-18 13:21:47 +08:00
parent 8813d66274
commit ca9840abf4
8 changed files with 89 additions and 327 deletions
+1 -4
View File
@@ -5,10 +5,7 @@ namespace v2rayN.Base
{
class WebClientEx : WebClient
{
public int Timeout
{
get; set;
}
public int Timeout { get; set; }
public WebClientEx(int timeout = 3000)
{
Timeout = timeout;