terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
ListenerPrefix (string prefix) | |
override string | ToString () |
override bool | Equals (object o) |
override int | GetHashCode () |
Static Public Member Functions | |
static void | CheckUri (string uri) |
Public Attributes | |
HttpListener | Listener |
Properties | |
IPAddress[] | Addresses [get, set] |
bool | Secure [get] |
string | Host [get] |
int | Port [get] |
string | Path [get] |
Private Member Functions | |
void | Parse (string uri) |
Private Attributes | |
string | original |
string | host |
ushort | port |
string | path |
bool | secure |
IPAddress[] | addresses |
Definition at line 6 of file ListenerPrefix.cs.