Interface IHttpFile
Assembly: MediaBrowser.Model.dll
public interface IHttpFile
Properties
ContentLength
Declaration
long ContentLength { get; }
Property Value
Type |
Description |
System.Int64 |
|
ContentType
Declaration
string ContentType { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
Property Value
Type |
Description |
System.String |
|
Declaration
Stream InputStream { get; }
Property Value
Type |
Description |
System.IO.Stream |
|
Declaration
Property Value
Type |
Description |
System.String |
|
Extension Methods