Search Results for

    Show / Hide Table of Contents

    Class CoreRestProxyHandler

    Summary description for CoreRestProxyHandler.

    Inheritance
    System.Object
    HttpHandlerBase
    RouteHandlerBase
    ImageVaultCoreProxy
    CoreRestProxyHandler
    ManualAuthCoreRestProxyHandler
    Implements
    System.Web.IHttpHandler
    System.Web.Routing.IRouteHandler
    System.Web.SessionState.IRequiresSessionState
    Inherited Members
    ImageVaultCoreProxy.XForwardedUrlHeaderName
    ImageVaultCoreProxy.GetQuery(HttpContextBase)
    ImageVaultCoreProxy.GetCoreUrl(HttpContextBase)
    ImageVaultCoreProxy.GetAuthorizationValue(HttpRequestBase, Boolean)
    ImageVaultCoreProxy.GetRealUri(HttpContextBase)
    ImageVaultCoreProxy.PerformRealRequest(HttpContextBase, Uri, String, Boolean)
    ImageVaultCoreProxy.CopyResponseHeaders(IHttpWebResponse, HttpResponseBase)
    ImageVaultCoreProxy.CopyRequestHeaders(HttpRequestBase, IHttpWebRequest, Boolean)
    ImageVaultCoreProxy.CopyRequestHeaders(String, String, IHttpWebRequest)
    ImageVaultCoreProxy.CopyResponseHeader(String, String, HttpResponseBase)
    ImageVaultCoreProxy.HttpWebRequestFactory
    RouteHandlerBase.GetHttpHandler(RequestContext)
    RouteHandlerBase.CreateRoute()
    RouteHandlerBase.GetLocalPath(String)
    RouteHandlerBase.GetHandlerBaseUrl(String)
    RouteHandlerBase.HandlerPath
    HttpHandlerBase.Log
    HttpHandlerBase.IsAccessAllowed(HttpContextBase)
    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.Rest
    Assembly: ImageVault.Client.dll
    Syntax
    public class CoreRestProxyHandler : ImageVaultCoreProxy

    Constructors

    CoreRestProxyHandler(String)

    Initializes a new instance of the CoreRestProxyHandler class.

    Declaration
    public CoreRestProxyHandler(string path)
    Parameters
    Type Name Description
    System.String path
    Exceptions
    Type Condition
    System.ArgumentNullException

    If path is null.

    System.ArgumentException

    If the supplied path cannot start with any of the following characters; .

    Methods

    ProcessRequest(HttpContextBase)

    Processes the request and redirects it to the Core service.

    Declaration
    public override void ProcessRequest(HttpContextBase context)
    Parameters
    Type Name Description
    System.Web.HttpContextBase context
    Overrides
    HttpHandlerBase.ProcessRequest(HttpContextBase)
    Exceptions
    Type Condition
    System.ApplicationException

    If cannot create request for .

    Implements

    System.Web.IHttpHandler
    System.Web.Routing.IRouteHandler
    System.Web.SessionState.IRequiresSessionState

    Extension Methods

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