Search Results for

    Show / Hide Table of Contents

    Class BinaryHttpMediaContent

    Binary content that should be delivered as http

    Inheritance
    System.Object
    MediaContentBase
    MediaContent
    HttpMediaContent
    BinaryHttpMediaContent
    Implements
    System.IDisposable
    Inherited Members
    HttpMediaContent.ETag
    HttpMediaContent.LastModified
    HttpMediaContent.CacheTimeout
    HttpMediaContent.CacheControl
    MediaContent.Dispose()
    MediaContent.Disposed
    MediaContentBase.CopyFromMediaContentBase(MediaContentBase)
    MediaContentBase.ToString()
    MediaContentBase.Equals(MediaContentBase)
    MediaContentBase.Equals(Object)
    MediaContentBase.GetHashCode()
    MediaContentBase.MediaContentReferenceId
    MediaContentBase.VersionId
    MediaContentBase.Name
    MediaContentBase.MediaFormatId
    MediaContentBase.MediaStorageTypeId
    MediaContentBase.MediaStorageId
    MediaContentBase.MediaStorageValue
    MediaContentBase.MediaKeyAndName
    MediaContentBase.ContentType
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.Common.Data
    Assembly: ImageVault.Core.dll
    Syntax
    public class BinaryHttpMediaContent : HttpMediaContent, IDisposable

    Constructors

    BinaryHttpMediaContent()

    Default constructor

    Declaration
    public BinaryHttpMediaContent()

    BinaryHttpMediaContent(BinaryHttpMediaContent)

    Copy constructor

    Declaration
    public BinaryHttpMediaContent(BinaryHttpMediaContent content)
    Parameters
    Type Name Description
    BinaryHttpMediaContent content

    BinaryHttpMediaContent(DbMediaContentReference, IMediaContentSource)

    Declaration
    public BinaryHttpMediaContent(DbMediaContentReference reference, IMediaContentSource contentSource)
    Parameters
    Type Name Description
    DbMediaContentReference reference
    ImageVault.Abstractions.IMediaContentSource contentSource

    Properties

    ContentSource

    A reference to the binary content

    Declaration
    public IMediaContentSource ContentSource { get; set; }
    Property Value
    Type Description
    ImageVault.Abstractions.IMediaContentSource

    Download

    Get/Sets the Download of the BinaryMediaContentBase

    Declaration
    public bool Download { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose(Boolean)

    Releases the resources used by the MediaContent.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Set to true to release both managed and unmanaged resources; false to release only unmanaged resources.

    Overrides
    MediaContent.Dispose(Boolean)

    Implements

    System.IDisposable
    In This Article
    Back to top (c) Meriworks 2002-2022