Share via


RequestBuilder.SendAsync Method (String)

 

Set the request method and start processing the request.

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

Syntax

public Task<HttpResponseMessage> SendAsync(
    string method
)
public:
Task<HttpResponseMessage^>^ SendAsync(
    String^ method
)
member SendAsync : 
        method:string -> Task<HttpResponseMessage>
Public Function SendAsync (
    method As String
) As Task(Of HttpResponseMessage)

Parameters

Return Value

Type: System.Threading.Tasks.Task<HttpResponseMessage>

Returns Task<TResult>.

See Also

RequestBuilder Class
Microsoft.Owin.Testing Namespace

Return to top