初始化版本
This commit is contained in:
24
tongxin/NetWorkHelper/TCP/IBase.cs
Normal file
24
tongxin/NetWorkHelper/TCP/IBase.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
/********************************************************************
|
||||
* *
|
||||
* * Copyright (C) 2013-2018 uiskin.cn
|
||||
* * 作者: BinGoo QQ:315567586
|
||||
* * 请尊重作者劳动成果,请保留以上作者信息,禁止用于商业活动。
|
||||
* *
|
||||
* * 创建时间:2014-08-05
|
||||
* * 说明:ITcp组件的基类
|
||||
* *
|
||||
********************************************************************/
|
||||
namespace NetWorkHelper.TCP
|
||||
{
|
||||
interface IServerBase
|
||||
{
|
||||
/// <summary>
|
||||
/// 启动
|
||||
/// </summary>
|
||||
void Start();
|
||||
/// <summary>
|
||||
/// 停止
|
||||
/// </summary>
|
||||
void Stop();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user