-
Notifications
You must be signed in to change notification settings - Fork 25
/
Readme.txt
31 lines (19 loc) · 1.01 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
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.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.