Interface IRemoteStreamContent
Namespace: Volo.Abp.Content
Assembly: Volo.Abp.Core.dll
Syntax
public interface IRemoteStreamContent
Properties
ContentLength
Declaration
long? ContentLength { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
ContentType
Declaration
string ContentType { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
GetStream()
Declaration
Stream GetStream()
Returns
| Type | Description |
|---|---|
| Stream |