Skip to content

Commit

Permalink
docs(dotnet): adding missing methods from dotnet port (#5763)
Browse files Browse the repository at this point in the history
  • Loading branch information
avodovnik authored Mar 11, 2021
1 parent b01f6ec commit 720dea4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/src/api/csharp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## method: Request.getPayloadAsJson
* langs: csharp
- returns: <[JsonDocument]>

Returns a [JsonDocument] representation of [`method: Request.postDataBuffer`].

### option: Request.getPayloadAsJson.serializerOptions
- `documentOptions` <[null]|[JsonDocumentOptions]>

The options that control custom behaviour when parsing the JSON.

## method: Response.statusCode
* langs: csharp
- returns: <[System.Net.HttpStatusCode]>

Gets the [System.Net.HttpStatusCode] code of the response.

0 comments on commit 720dea4

Please sign in to comment.