Interface IRemoteStreamContent
Inherited Members
Namespace: Volo.Abp.Content
Assembly: Volo.Abp.Core.dll
Syntax
public interface IRemoteStreamContent : IDisposable
Properties
ContentLength
Declaration
long? ContentLength { get; }
Property Value
Type | Description |
---|---|
long? |
ContentType
Declaration
string ContentType { get; }
Property Value
Type | Description |
---|---|
string |
FileName
Declaration
string? FileName { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetStream()
Declaration
Stream GetStream()
Returns
Type | Description |
---|---|
Stream |