Skip to content

Commit 9e6b922

Browse files
author
Hiram
committed
add example
1 parent 5902673 commit 9e6b922

File tree

66 files changed

+103
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+103
-9
lines changed

HiSocket/HiSocket.Message.dll

0 Bytes
Binary file not shown.

HiSocket/HiSocket.Message.pdb

0 Bytes
Binary file not shown.

HiSocket/HiSocket.dll

0 Bytes
Binary file not shown.

HiSocket/HiSocket.pdb

0 Bytes
Binary file not shown.

HiSocket_2.9.2.zip

118 KB
Binary file not shown.

src/HiSocket.Example/Example1.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
using HiSocket.Tcp;
1+
/***************************************************************
2+
* Description:
3+
*
4+
* Documents: https://github.com/hiramtan/HiSocket
5+
6+
***************************************************************/
7+
using HiSocket.Tcp;
28

39
namespace HiSocket.Example
410
{

src/HiSocket.Example/Example2.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
using System;
1+
/***************************************************************
2+
* Description:
3+
*
4+
* Documents: https://github.com/hiramtan/HiSocket
5+
6+
***************************************************************/
7+
using System;
28
using HiSocket.Tcp;
39

410
namespace HiSocket.Example

src/HiSocket.Example/Example3.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
using HiSocket.Tcp;
1+
/***************************************************************
2+
* Description:
3+
*
4+
* Documents: https://github.com/hiramtan/HiSocket
5+
6+
***************************************************************/
7+
using HiSocket.Tcp;
28

39
namespace HiSocket.Example
410
{

src/HiSocket.Example/PackageExample.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
using HiFramework;
1+
/***************************************************************
2+
* Description:
3+
*
4+
* Documents: https://github.com/hiramtan/HiSocket
5+
6+
***************************************************************/
7+
using HiFramework;
28
using HiSocket.Tcp;
39
using System;
410

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)