Request Methods |
The Request type exposes the following members.
Name | Description | |
---|---|---|
Dispose | ||
Dispose(Boolean) | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetHeaderByName | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitializePostData | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetHeaderByName | ||
SetReferrer | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
GetCharSet |
A convenience extension method that extracts the Character set from
the content-type header. Can be used in conjuncation with GetBody(IPostDataElement, String) (Defined by PostDataExtensions.) |