Skip to content

Commit 720dea4

Browse files
authored
docs(dotnet): adding missing methods from dotnet port (#5763)
1 parent b01f6ec commit 720dea4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/src/api/csharp.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## method: Request.getPayloadAsJson
2+
* langs: csharp
3+
- returns: <[JsonDocument]>
4+
5+
Returns a [JsonDocument] representation of [`method: Request.postDataBuffer`].
6+
7+
### option: Request.getPayloadAsJson.serializerOptions
8+
- `documentOptions` <[null]|[JsonDocumentOptions]>
9+
10+
The options that control custom behaviour when parsing the JSON.
11+
12+
## method: Response.statusCode
13+
* langs: csharp
14+
- returns: <[System.Net.HttpStatusCode]>
15+
16+
Gets the [System.Net.HttpStatusCode] code of the response.

0 commit comments

Comments
 (0)