예제 #1
0
 public OutputFlowControl(uint initialWindowSize)
 {
     _flow = new FlowControl(initialWindowSize);
 }