Amazon.Runtime.Internal.Util.ReadOnlyWrapperStream.Flush C# (CSharp) Method

Flush() public method

public Flush ( ) : void
return void
        public override void Flush()
        {
            throw new NotSupportedException();
        }