Class PublishedMediaProxyHandler
Proxy handler for Published media Doesn't require authentication
Inheritance
System.Object
PublishedMediaProxyHandler
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 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