Example #1
0
 public bool EndMessage(int limit)
 {
     try
     {
         return(_stream.EndMessage(limit));
     }
     catch (Exception)
     {
         return(false);
     }
 }