Click or drag to resize
IRequest Methods
Version 51.0.0

The IRequest type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInitializePostData
Initialize a new instance of IPostData. Make sure to check if the PostData is null before calling otherwise the existing data will be overridden.
Public methodSetReferrer
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.
Top
Extension Methods
  NameDescription
Public Extension MethodGetCharSet
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.)
Top
See Also