IRequest Methods |
The IRequest type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
InitializePostData | ||
SetReferrer |
Set the referrer URL and policy. If non-empty the referrer URL must be
fully qualified with an HTTP or HTTPS scheme component. Any username,
password or ref component will be removed.
|
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.) |