Show / Hide Table of Contents

Class RemoteStreamContent

Inheritance
object
RemoteStreamContent
Implements
IRemoteStreamContent
IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Content
Assembly: Volo.Abp.Core.dll
Syntax
public class RemoteStreamContent : IRemoteStreamContent, IDisposable

Constructors

RemoteStreamContent(Stream, string?, string?, long?, bool)

Declaration
public RemoteStreamContent(Stream stream, string? fileName = null, string? contentType = null, long? readOnlyLength = null, bool disposeStream = true)
Parameters
Type Name Description
Stream stream
string fileName
string contentType
long? readOnlyLength
bool disposeStream

Properties

ContentLength

Declaration
public virtual long? ContentLength { get; }
Property Value
Type Description
long?

ContentType

Declaration
public virtual string ContentType { get; }
Property Value
Type Description
string

FileName

Declaration
public virtual string? FileName { get; }
Property Value
Type Description
string

Methods

Dispose()

Declaration
public virtual void Dispose()

GetStream()

Declaration
public virtual Stream GetStream()
Returns
Type Description
Stream

Implements

IRemoteStreamContent
IDisposable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform