// dataContent has been processed and delivered to the topest layer of Application public void RaiseSockMgrProtocolTopEvent(Protocol.DataContent dataContent) { SockMgrProtocolTopEvent?.Invoke(this, new SockMgrProtocolTopEventArgs(this, dataContent)); }
private void OnSockMgrProtocolTop(object sender, SockMgrProtocolTopEventArgs e) { SockMgrProtocolTopEvent?.Invoke(sender, e); }