HttpRequestBuilder Class Members
In This Topic
The following tables list the members exposed by HttpRequestBuilder.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Content |
Represents the HTTP request content.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ContentType |
Represents the HTTP content type.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Headers |
Represents the HTTP request Headers.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Method |
Represents the HTTP request method.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Uri |
Represents the HTTP request uri.
|
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ApplyPostHeader |
specified header name and value could be added to the collection.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CreateRequest |
Represents a HTTP request message.
|
Top
See Also