The FormData type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Create(Stream) |
Returns a specialized instance of one of the derived FormData classes or nullNothingnullptra null reference (Nothing in Visual Basic) if the stream does not contain
valid data.
| |
| Create(HttpRequest) |
Returns a specialized instance of one of the 6 derived FormData classes or nullNothingnullptra null reference (Nothing in Visual Basic) if the HttpRequest does not contain
valid data.
| |
| Equals | (Inherited from Object.) | |
| 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.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetObjectData |
For serializing purposes only.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Write(BinaryWriter) |
Write this FormData to the given binary writer.
| |
| Write(Stream) |
Write this FormData to the given stream.
|