RequestBuilder Class
Used to construct a HttpRequestMessage object.
Assembly: Microsoft.Owin.Testing (in Microsoft.Owin.Testing.dll)
| Name | Description | |
|---|---|---|
![]() | RequestBuilder(TestServer^, String^) | Construct a new HttpRequestMessage with the given path. |
| Name | Description | |
|---|---|---|
![]() | AddHeader(String^, String^) | Add the given header and value to the request or request content. |
![]() | And(Action<HttpRequestMessage^>^) | Configure any HttpRequestMessage properties. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAsync() | Set the request method to GET and start processing the request. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | PostAsync() | Set the request method to POST and start processing the request. |
![]() | SendAsync(String^) | Set the request method and start processing the request. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

