Skip to content

Commit 842e1aa

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: HTtpListenerRequest.get_Boundary ( Fixes #1114 )
Also, simplifying directory tree
1 parent 9f7f126 commit 842e1aa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)