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