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