forked from n8m4re/SourceRcon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme.txt
33 lines (20 loc) · 1.08 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
SourceRcon Example in C#
Copyright Andrew Simpson 2008-2011
http://aiusepsi.co.uk
This code works, more or less, but the sample program isn't too user-friendly. Not all exceptions are handled, so remember your try/catch blocks!
Version History:
1.1.1a start in interactive mode with command line parameters (ip port pass)
1.1.1 Switched from ASCII to UTF8 encoding (Thanks, Namolem)
1.1.0 Code cleanup, improved console program
1.0.0 Initial Release
Licensed under the BSD License.
http://creativecommons.org/licenses/BSD/
In summary:
You are free:
* to Share — to copy, distribute and transmit the work
* to Remix — to adapt the work
Under the following conditions:
* No Endorsement. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.
*
* You must retain the license terms and copyright notice in any source code distribution and reproduce them in documentation for binary distributions.
* Any of the above conditions can be waived if you get permission from the copyright holder.