Class AnonymousMediaProxyHandler
Use this in combinition with the DisableAuthenticationCheckOnInternalMedia to allow anonymous access to internal media
Inheritance
System.Object
AnonymousMediaProxyHandler
Implements
System.Web.IHttpHandler
System.Web.Routing.IRouteHandler
Inherited Members
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