DefaultHttpHandler Members

Represents the properties and methods of a default HTTP handler.

The following tables list the members exposed by the DefaultHttpHandler type.

  Name Description
Public method DefaultHttpHandler Initializes a new instance of the DefaultHttpHandler class.
Top

(see also Protected Properties )
  Name Description
Public property IsReusable Gets a Boolean value indicating that another request can use the current instance of the DefaultHttpHandler class.
Top

  Name Description
Protected property Context Gets the context that is associated with the current DefaultHttpHandler object.
Protected property ExecuteUrlHeaders Gets a collection of request headers and request values to transfer along with the request.
Top

(see also Protected Methods )
  Name Description
Public method BeginProcessRequest Initiates an asynchronous call to the HTTP handler.
Public method EndProcessRequest Provides an end method for an asynchronous process.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method OnExecuteUrlPreconditionFailure Called when preconditions prevent the DefaultHttpHandler object from processing a request.
Public method OverrideExecuteUrlPath Overrides the target URL for the current request.
Public method ProcessRequest Enables a DefaultHttpHandler object to process of HTTP Web requests.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top

Community Additions

ADD
Show: