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 9f7f126 commit 842e1aaCopy full SHA for 842e1aa
docs/System/Net/HttpListenerRequest/get_Boundary.md
@@ -0,0 +1,20 @@
1
+System.Net.HttpListenerRequest.get_Boundary()
2
+---------------------------------------------
3
+
4
+### Synopsis
5
+Gets the boundary for a multipart request.
6
7
+---
8
9
+### Description
10
11
+Extracts the boundary from the Content-Type header of a multipart request.
12
13
+This boundary is used to separate the different parts of the request.
14
15
16
17
+### Related Links
18
+* [https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html](https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html)
19
20
0 commit comments