Name | Description |
---|---|
EmptyTask | A do nothing task that can be returned from functions that require task results when there's nothing to do. This essentially returns a completed task with an empty value structure result. |
NakedBodyParameterBinding | Reads the Request body into a string/byte[] and assigns it to the parameter bound. Should only be used with a single parameter on a Web API method using the [NakedBody] attribute |