Class CoreRestProxyHandler
Summary description for CoreRestProxyHandler.
Inheritance
System.Object
CoreRestProxyHandler
Implements
System.Web.IHttpHandler
System.Web.Routing.IRouteHandler
System.Web.SessionState.IRequiresSessionState
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.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 |
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
Exceptions
Type | Condition |
---|---|
System.ApplicationException | If cannot create request for . |
Implements
System.Web.IHttpHandler
System.Web.Routing.IRouteHandler
System.Web.SessionState.IRequiresSessionState