terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.EndpointPermission Class Reference

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]
 
int Port [get]
 
TransportType Transport [get]
 

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
 

Detailed Description

Definition at line 8 of file EndpointPermission.cs.


The documentation for this class was generated from the following file: