We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01f6ec commit 720dea4Copy full SHA for 720dea4
docs/src/api/csharp.md
@@ -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
14
+- returns: <[System.Net.HttpStatusCode]>
15
16
+Gets the [System.Net.HttpStatusCode] code of the response.
0 commit comments