This documentation is archived and is not being maintained.

HttpRequestBase Methods

The HttpRequestBase type exposes the following members.

  NameDescription
Public method BinaryRead When overridden in a derived class, performs a binary read of a specified number of bytes from the current input stream.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method MapImageCoordinates When overridden in a derived class, maps an incoming image-field form parameter to appropriate x-coordinate and y-coordinate values.
Public method MapPath(String) When overridden in a derived class, maps the specified virtual path to a physical path on the server.
Public method MapPath(String, String, Boolean) When overridden in a derived class, maps the specified virtual path to a physical path on the server.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SaveAs When overridden in a derived class, saves an HTTP request to disk.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method ValidateInput When overridden in a derived class, causes validation to occur for the collections that are accessed through the Cookies, Form, and QueryString properties.
Top
Show: