Amazon.Runtime.Internal.Util.NonDisposingWrapperStream.Close C# (CSharp) Method

Close() public method

The Close implementation for this wrapper stream does not close the underlying stream.
public Close ( ) : void
return void
        public override void Close()
        {
            // Suppress disposing the stream by not calling Close() on the base stream.            
        }
#endif