Пример #1
0
 /// <summary>Returns the number of packets this Connection can hold.
 /// </summary>
 public int Capacity()
 {
     return(_buffer.Capacity());
 }