Class RemoteStreamContent
Inheritance
System.Object
RemoteStreamContent
Assembly: Volo.Abp.Core.dll
Syntax
public class RemoteStreamContent : object, IRemoteStreamContent
Constructors
RemoteStreamContent(Stream)
Declaration
public RemoteStreamContent(Stream stream)
Parameters
| Type |
Name |
Description |
| Stream |
stream |
|
Properties
ContentLength
Declaration
public virtual long? ContentLength { get; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
ContentType
Declaration
public virtual string ContentType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
GetStream()
Declaration
public virtual Stream GetStream()
Returns
Implements
Extension Methods