示例#1
0
 public void Setup()
 {
     _stream = new SCPChannelStream();
     _stream.SetBuffer(INITAL_BUFFER_SIZE);  // for testing
     _stream.OpenForTest(new DummySSHChannel());
 }