terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ContextFlagsPal.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Net
 

Enumerations

enum  System.Net.ContextFlagsPal {
  System.Net.None = 0 , System.Net.Delegate = 1 , System.Net.MutualAuth = 2 , System.Net.ReplayDetect = 4 ,
  System.Net.SequenceDetect = 8 , System.Net.Confidentiality = 16 , System.Net.UseSessionKey = 32 , System.Net.AllocateMemory = 256 ,
  System.Net.Connection = 2048 , System.Net.InitExtendedError = 16384 , System.Net.AcceptExtendedError = 32768 , System.Net.InitStream = 32768 ,
  System.Net.AcceptStream = 65536 , System.Net.InitIntegrity = 65536 , System.Net.AcceptIntegrity = 131072 , System.Net.InitManualCredValidation = 524288 ,
  System.Net.InitUseSuppliedCreds = 128 , System.Net.InitIdentify = 131072 , System.Net.AcceptIdentify = 524288 , System.Net.ProxyBindings = 67108864 ,
  System.Net.AllowMissingBindings = 268435456 , System.Net.UnverifiedTargetName = 536870912
}