Click or drag to resize
AuthorizationSetupHandler Class
Provides JSON-P service for SalesForce authorization process.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceAuthorizationSetupHandler

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public class AuthorizationSetupHandler : IHttpHandler

The AuthorizationSetupHandler type exposes the following members.

Constructors
  NameDescription
Public methodAuthorizationSetupHandler
Top
Properties
  NameDescription
Public propertyIsReusable
Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.
Top
Methods
  NameDescription
Public methodProcessRequest
Enables processing of HTTP Web requests by a custom HttpHandler that implements the System.Web.IHttpHandler interface.
Top
See Also