Esempio n. 1
0
 protected void TransportException(Tuple <TTransportBase, Exception> e)
 {
     OnTransportException?.Invoke(this, e);
 }
 protected virtual void RaiseTransportException(DataEventArgs <Exception> e)
 {
     OnTransportException?.Invoke(this, e);
 }
 protected void TransportException(Tuple <IServerTransport, Exception> e)
 {
     OnTransportException?.Invoke(this, e);
 }