Example #1
0
        /// <exception cref="System.IO.IOException"></exception>
        public virtual OutputStream GetOutputStream()
        {
            NSch.Channel channel = this;
            OutputStream @out    = new _OutputStream_268(this, channel);

            // close should be finished silently.
            return(@out);
        }
Example #2
0
		/// <exception cref="System.IO.IOException"></exception>
		public virtual OutputStream GetOutputStream()
		{
			NSch.Channel channel = this;
			OutputStream @out = new _OutputStream_268(this, channel);
			// close should be finished silently.
			return @out;
		}