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
|
Public Member Functions | |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
Package Functions | |
EndpointPermission (string hostname, int port, TransportType transport) | |
bool | IsSubsetOf (EndpointPermission perm) |
EndpointPermission | Intersect (EndpointPermission perm) |
void | Resolve () |
void | UndoResolve () |
EndpointPermission () | |
Properties | |
string | Hostname [get, set] |
int | Port [get, set] |
TransportType | Transport [get, set] |
Private Member Functions | |
bool | IsSubsetOf (string addr1, string addr2) |
string | IntersectHostname (EndpointPermission perm) |
string | Intersect (string addr1, string addr2) |
int | ToNumber (string value) |
Static Private Member Functions | |
static | EndpointPermission () |
Private Attributes | |
string | hostname |
int | port |
TransportType | transport |
bool | resolved |
bool | hasWildcard |
IPAddress[] | addresses |
Static Private Attributes | |
static char[] | dot_char |
Definition at line 10 of file EndpointPermission.cs.