Search Results for

    Show / Hide Table of Contents

    Class AnonymousMediaProxyHandler

    Use this in combinition with the DisableAuthenticationCheckOnInternalMedia to allow anonymous access to internal media

    Inheritance
    System.Object
    HttpHandlerBase
    RouteHandlerBase
    ImageVaultCoreProxy
    MediaProxyHandler
    AnonymousMediaProxyHandler
    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 AnonymousMediaProxyHandler : MediaProxyHandler
    Examples

    Activate this by adding the following handler to web.config

    
    
    
    
    

    Constructors

    AnonymousMediaProxyHandler()

    Default constructor

    Declaration
    public AnonymousMediaProxyHandler()

    Implements

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

    Extension Methods

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