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 | |
---|---|---|
WebRequestInfo | Initializes a new instance of the WebRequestInfo class. |
Top
Properties
Name | Description | |
---|---|---|
Body | Gets or sets the body of the HTTP request message. | |
Headers | Gets or sets a dictionary containing the name value pairs for the headers that will be sent in the HTTP request. | |
Method | Gets or sets the HTTP method for the web request. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) | |
Url | Gets or sets the URL for the web request. |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
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