Esempio n. 1
0
 // 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));
 }
Esempio n. 2
0
 private void OnSockMgrProtocolTop(object sender, SockMgrProtocolTopEventArgs e)
 {
     SockMgrProtocolTopEvent?.Invoke(sender, e);
 }