Example #1
0
 /// <exception cref="System.IO.IOException"/>
 public WrappedOutputStream(SaslRpcClient _enclosing, OutputStream @out)
     : base(@out)
 {
     this._enclosing = _enclosing;
 }
Example #2
0
 /// <exception cref="System.IO.IOException"/>
 public WrappedInputStream(SaslRpcClient _enclosing, InputStream @in)
     : base(@in)
 {
     this._enclosing = _enclosing;
 }