コード例 #1
0
 public InternalSource(Stream @in, Timeout timeout)
 {
     _in      = @in;
     _timeout = timeout;
 }