ConnBase constructor

ConnBase(
  1. StateHead head,
  2. ConnState initialState,
  3. int bufferSize
)

Implementation

ConnBase(this.head, this.initialState, this.bufferSize);