HttpRequestBuilder Class Members
In This Topic
The following tables list the members exposed by HttpRequestBuilder.
Public Constructors
Public Properties
| Name | Description |
| Content |
Represents the HTTP request content.
|
| ContentType |
Represents the HTTP content type.
|
| Headers |
Represents the HTTP request Headers.
|
| Method |
Represents the HTTP request method.
|
| Uri |
Represents the HTTP request uri.
|
Top
Public Methods
| Name | Description |
| ApplyPostHeader |
specified header name and value could be added to the collection.
|
| CreateRequest |
Represents a HTTP request message.
|
Top
See Also