RequestBuilder Class

 

Used to construct a HttpRequestMessage object.

Namespace:   Microsoft.Owin.Testing
Assembly:  Microsoft.Owin.Testing (in Microsoft.Owin.Testing.dll)

System::Object
  Microsoft.Owin.Testing::RequestBuilder

public ref class RequestBuilder 

NameDescription
System_CAPS_pubmethodRequestBuilder(TestServer^, String^)

Construct a new HttpRequestMessage with the given path.

NameDescription
System_CAPS_pubmethodAddHeader(String^, String^)

Add the given header and value to the request or request content.

System_CAPS_pubmethodAnd(Action<HttpRequestMessage^>^)

Configure any HttpRequestMessage properties.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetAsync()

Set the request method to GET and start processing the request.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPostAsync()

Set the request method to POST and start processing the request.

System_CAPS_pubmethodSendAsync(String^)

Set the request method and start processing the request.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: