Click or drag to resize

TextFileHandler Class

[Missing <summary> documentation for "T:Cadcorp.Web.UI.TextFileHandler"]

Inheritance Hierarchy

Namespace:  Cadcorp.Web.UI
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class TextFileHandler : IHttpHandler, 
	IRequiresSessionState

The TextFileHandler type exposes the following members.

Constructors
  NameDescription
Public methodTextFileHandler
Initializes a new instance of the TextFileHandler class
Top
Properties
  NameDescription
Public propertyIsReusable
You will need to configure this handler in the Web.config file of your web and register it with IIS before being able to use it. For more information see the following link: http://go.microsoft.com/?linkid=8101007
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodCode exampleGetBaseURL
Converts the provided app-relative path into an absolute Url containing the full host name
Protected methodGetFileAsString
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessRequest(HttpContext)
Protected methodProcessRequest(HttpContext, IEnumerableString, String)
Output multiple files from the handler.
Protected methodProcessRequest(HttpContext, String, String, String)
Output a single file from the handler.
Protected methodSendResponse
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also