Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
BoundaryType.cs
Go to the documentation of this file.
1
namespace
System.Net
;
2
3
internal
enum
BoundaryType
4
{
5
ContentLength
= 0,
6
Chunked
= 1,
7
Multipart
= 3,
8
None
= 4,
9
Invalid
= 5
10
}
System.Net.BoundaryType
BoundaryType
Definition
BoundaryType.cs:4
System.Net.BoundaryType.ContentLength
@ ContentLength
System.Net.BoundaryType.Invalid
@ Invalid
System.Net.BoundaryType.Multipart
@ Multipart
System.Net.BoundaryType.Chunked
@ Chunked
System.Net.ContextFlagsPal.None
@ None
System.Net
Definition
HttpClientJsonExtensions.cs:8
source
System.Net.HttpListener
System.Net
BoundaryType.cs
Generated by
1.10.0