Share via


WebRequestInfo members

Contains the data from the caller necessary to make the outbound web request.

The WebRequestInfo type exposes the following members.

Constructors

  Name Description
Public method WebRequestInfo Initializes a new instance of the WebRequestInfo class.

Top

Properties

  Name Description
Public property Body Gets or sets the body of the HTTP request message.
Public property Headers Gets or sets a dictionary containing the name value pairs for the headers that will be sent in the HTTP request.
Public property Method Gets or sets the HTTP method for the web request.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)
Public property Url Gets or sets the URL for the web request.

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

WebRequestInfo class

Microsoft.SharePoint.Client namespace