Пример #1
0
 /// <summary>
 /// Sends the WindowUpdate frame.
 /// </summary>
 public void SendWindowUpdate(int deltaSize, int streamId)
 {
     this.SendFrame(builder.BuildWindowUpdateFrame(deltaSize, streamId));
 }