DelegateHttpRequest Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

DelegateHttpRequest
Inheritance Hierarchy

SystemObject
  ContentStudio.SiteWebHandlerBase
    ContentStudio.Site.HttpHandlersDelegateHttpRequest

Namespace: ContentStudio.Site.HttpHandlers
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class DelegateHttpRequest : WebHandlerBase, 
	IRequiresSessionState

The DelegateHttpRequest type exposes the following members.

Constructors

  NameDescription
Public methodDelegateHttpRequest
Initializes a new instance of the DelegateHttpRequest class
Top
Properties

  NameDescription
Protected propertyApplication
Gets the current HTTP application state.
(Inherited from WebHandlerBase.)
Public propertyCS_ConnectionId
Gets a value that uniquely identifies the current web site.
(Inherited from WebHandlerBase.)
Public propertyCS_InsertedCategoryId
Gets a value containing the categoryid of the current document
(Inherited from WebHandlerBase.)
Public propertyCS_InsertedDocumentId
Gets the document id for the current document, in a presentation template this is the presentated document.
(Inherited from WebHandlerBase.)
Public propertyCS_IsInAdmin
Gets a value that indicates whether the current user is logged on to Content Studio admin site or not.
(Inherited from WebHandlerBase.)
Public propertyCS_IsInPreView
Gets a value that tells if the current page is in preview mode
(Inherited from WebHandlerBase.)
Public propertyCS_IsInWebView
Gets a value that indicates whether the current user is logged on to content studio admin and the content is displayd in web view.
(Inherited from WebHandlerBase.)
Public propertyCS_PreviewDate
Gets a value that is used in the web-view to preview documents on another date. This value will be DateTime.MinValue if preview is not used.
(Inherited from WebHandlerBase.)
Public propertyCS_QueryStringPrefix
Gets a value that defines the page identifier part of a query string. This value is also true for the id part of the ptid querystring member.
(Inherited from WebHandlerBase.)
Public propertyCS_RootDocumentId
Gets a value that contains the root document id retrieved from a querystring.
(Inherited from WebHandlerBase.)
Public propertyCS_RootPresentationTemplateId
Gets the root presentation template id retrieved from a querystring.
(Inherited from WebHandlerBase.)
Public propertyCS_RootRefId
Gets the root referer document id retrieved from a querystring.
(Inherited from WebHandlerBase.)
Public propertyCS_UserSessionId
Gets value that identifies the caller's session.
(Inherited from WebHandlerBase.)
Public propertyCS_XHTML
Gets a value that tells if the current page is written in XHTML
(Inherited from WebHandlerBase.)
Public propertyCS_XHTML_TRAIL
Gets a value that is a slash ("/") if the page uses X, otherwise it is an empty string.
(Inherited from WebHandlerBase.)
Public propertyCS_XHTMLStrict
Gets a value that tells if the current page is written in XHTML 1.0 Strict Or XHTML 1.1.
(Inherited from WebHandlerBase.)
Public propertyIsReusable
Used for webhandlers
(Inherited from WebHandlerBase.)
Protected propertyRequest
Gets the current HTTP request.
(Inherited from WebHandlerBase.)
Protected propertyResponse
Gets the current HTTP response.
(Inherited from WebHandlerBase.)
Protected propertyServer
Gets the current HTTP server utility.
(Inherited from WebHandlerBase.)
Protected propertySession
Gets the current HTTP Session.
(Inherited from WebHandlerBase.)
Protected propertyUser
Gets the current HTTP response.
(Inherited from WebHandlerBase.)
Top
Methods

  NameDescription
Public methodBuildQueryString(String)
Returns a query string from a Request.QueryString with an '&' (ampersand) at the end.
(Inherited from WebHandlerBase.)
Public methodBuildQueryString(NameValueCollection, String)
Returns a query string from a collection with an '&' (ampersand) at the end.
(Inherited from WebHandlerBase.)
Public methodBuildQueryString(NameValueCollection, String, String)
Returns a query string from a collection with an '&' (ampersand) at the end.
(Inherited from WebHandlerBase.)
Public methodCS_FixJavaString
Returns a string where the escape character sequences is adjusted to be used with Javascript.
(Inherited from WebHandlerBase.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCookie(String)
Gets an http cookie
(Inherited from WebHandlerBase.)
Public methodGetCookie(String, String)
Gets an http cookie
(Inherited from WebHandlerBase.)
Public methodGetCredentialCache
Returns the a System.Net.CredentialCache object used when making HTTPrequests.
(Inherited from WebHandlerBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetWebRequest(String, String)
Returns a WebReques containing the response to the request to a Uniform Resource Identifier (URI). All cookies and credentials are stored in session variables.
(Inherited from WebHandlerBase.)
Public methodGetWebRequest(String, String, String, String, Boolean, String)
Returns a WebRequest containing the response to the request to a Uniform Resource Identifier (URI).
(Inherited from WebHandlerBase.)
Public methodGetWebResponse(String, String)
Returns a WebResponse containing the response to the request to a Uniform Resource Identifier (URI). All cookies and credentials are stored in session variables.
(Inherited from WebHandlerBase.)
Public methodGetWebResponse(String, String, String, String, Boolean, String)
Returns a WebResponse containing the response to the request to a Uniform Resource Identifier (URI).
(Inherited from WebHandlerBase.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodNotifyInitedPage
Indicate that the page is initialized
(Inherited from WebHandlerBase.)
Protected methodPage_Load
Setting up some standard for all web-api:s
(Overrides WebHandlerBasePage_Load.)
Public methodProcessRequest
Setting up some standard features for all web-api. This runs onload. The method handles connection id cookies.
(Inherited from WebHandlerBase.)
Public methodSetCookie(String, String)
Sets an http cookie
(Inherited from WebHandlerBase.)
Public methodSetCookie(String, String, DateTime)
Sets an http cookie
(Inherited from WebHandlerBase.)
Public methodSetCookie(String, String, String)
Sets an http cookie
(Inherited from WebHandlerBase.)
Public methodSetCookie(String, String, String, DateTime)
Sets an http cookie
(Inherited from WebHandlerBase.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference