Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
FtpMethodFlags.cs
Go to the documentation of this file.
1
namespace
System.Net
;
2
3
[Flags]
4
internal
enum
FtpMethodFlags
5
{
6
None
= 0,
7
IsDownload
= 1,
8
IsUpload
= 2,
9
TakesParameter
= 4,
10
MayTakeParameter
= 8,
11
DoesNotTakeParameter
= 0x10,
12
ParameterIsDirectory
= 0x20,
13
ShouldParseForResponseUri
= 0x40,
14
HasHttpCommand
= 0x80,
15
MustChangeWorkingDirectoryToPath
= 0x100
16
}
System.Net.ContextFlagsPal.None
@ None
System.Net.FtpMethodFlags
FtpMethodFlags
Definition
FtpMethodFlags.cs:5
System.Net.FtpMethodFlags.TakesParameter
@ TakesParameter
System.Net.FtpMethodFlags.ParameterIsDirectory
@ ParameterIsDirectory
System.Net.FtpMethodFlags.HasHttpCommand
@ HasHttpCommand
System.Net.FtpMethodFlags.ShouldParseForResponseUri
@ ShouldParseForResponseUri
System.Net.FtpMethodFlags.IsUpload
@ IsUpload
System.Net.FtpMethodFlags.MustChangeWorkingDirectoryToPath
@ MustChangeWorkingDirectoryToPath
System.Net.FtpMethodFlags.IsDownload
@ IsDownload
System.Net.FtpMethodFlags.DoesNotTakeParameter
@ DoesNotTakeParameter
System.Net.FtpMethodFlags.MayTakeParameter
@ MayTakeParameter
System.Net
Definition
HttpClientJsonExtensions.cs:8
source
System.Net.Requests
System.Net
FtpMethodFlags.cs
Generated by
1.10.0