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