Appccelerate.IO.Streams.StreamDecoratorStream.SetStream C# (CSharp) Метод

SetStream() защищенный Метод

Sets the stream that shall be decorated.
protected SetStream ( Stream stream ) : void
stream Stream The stream that shall be decorated.
Результат void
        protected void SetStream(Stream stream)
        {
            this.decoratedStream = stream;
        }