예제 #1
0
 /// <summary>
 /// Clears the current incoming message so that we can start building for the next message
 /// </summary>
 public void ClearIncomingMessage()
 {
     IncomingMessage.Clear();
 }