/// <summary> /// 构造函数 /// </summary> internal NSocketModel(NSocket nSocket) { this.NSocket = nSocket; }
/// <summary> /// 构造函数 /// </summary> internal NSocketModel(NSocket nSocket, int clientIndex) { this.NSocket = nSocket; this.clientIndex = clientIndex; }