mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 00:28:10 -05:00
Stable v0.8
This commit is contained in:
@ -13,6 +13,7 @@ namespace IW4MAdmin
|
||||
Location = Loc;
|
||||
ConnectionHandle = WebRequest.Create(Location);
|
||||
ConnectionHandle.Proxy = null;
|
||||
ConnectionHandle.Timeout = 1000;
|
||||
}
|
||||
|
||||
public String Read()
|
||||
|
Reference in New Issue
Block a user