Search Results for

    Show / Hide Table of Contents

    Class PublishedMediaProxyHandler

    Proxy handler for Published media Doesn't require authentication

    Inheritance
    System.Object
    HttpHandlerBase
    RouteHandlerBase
    ImageVaultCoreProxy
    MediaProxyHandler
    PublishedMediaProxyHandler
    Implements
    System.Web.IHttpHandler
    System.Web.Routing.IRouteHandler
    Inherited Members
    MediaProxyHandler.IsAccessAllowed(HttpContextBase)
    MediaProxyHandler.GetCoreUrl(HttpContextBase)
    MediaProxyHandler.ProcessRequest(HttpContextBase)
    MediaProxyHandler.GetAuthorizationValue(HttpRequestBase, Boolean)
    MediaProxyHandler.CopyRequestHeaders(String, String, IHttpWebRequest)
    MediaProxyHandler.CopyResponseHeader(String, String, HttpResponseBase)
    ImageVaultCoreProxy.XForwardedUrlHeaderName
    ImageVaultCoreProxy.GetQuery(HttpContextBase)
    ImageVaultCoreProxy.GetRealUri(HttpContextBase)
    ImageVaultCoreProxy.PerformRealRequest(HttpContextBase, Uri, String, Boolean)
    ImageVaultCoreProxy.CopyResponseHeaders(IHttpWebResponse, HttpResponseBase)
    ImageVaultCoreProxy.CopyRequestHeaders(HttpRequestBase, IHttpWebRequest, Boolean)
    ImageVaultCoreProxy.HttpWebRequestFactory
    RouteHandlerBase.GetHttpHandler(RequestContext)
    RouteHandlerBase.CreateRoute()
    RouteHandlerBase.GetLocalPath(String)
    RouteHandlerBase.GetHandlerBaseUrl(String)
    RouteHandlerBase.HandlerPath
    HttpHandlerBase.Log
    HttpHandlerBase.SendInternalServerError(Exception, HttpContextBase)
    HttpHandlerBase.SendFileNotFoundResponse(HttpContextBase, String)
    HttpHandlerBase.SendAccessDeniedResponse(HttpContextBase)
    HttpHandlerBase.IsReusable
    HttpHandlerBase.DenyAnonymous
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Client.Web
    Assembly: ImageVault.Client.dll
    Syntax
    public class PublishedMediaProxyHandler : MediaProxyHandler

    Constructors

    PublishedMediaProxyHandler()

    Default constructor will use publishedmedia as path

    Declaration
    public PublishedMediaProxyHandler()

    PublishedMediaProxyHandler(String)

    Initializes a new instance of the PublishedMediaProxyHandler class.

    Declaration
    public PublishedMediaProxyHandler(string path)
    Parameters
    Type Name Description
    System.String path

    Implements

    System.Web.IHttpHandler
    System.Web.Routing.IRouteHandler

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022