Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UriComponents.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 

Enumerations

enum  System.UriComponents {
  System.Scheme = 1 , System.UserInfo = 2 , System.Host = 4 , System.Port = 8 ,
  System.Path = 0x10 , System.Query = 0x20 , System.Fragment = 0x40 , System.StrongPort = 0x80 ,
  System.NormalizedHost = 0x100 , System.KeepDelimiter = 0x40000000 , System.SerializationInfoString = int.MinValue , System.AbsoluteUri = 0x7F ,
  System.HostAndPort = 0x84 , System.StrongAuthority = 0x86 , System.SchemeAndServer = 0xD , System.HttpRequestUrl = 0x3D ,
  System.PathAndQuery = 0x30
}