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
System.Net.ListenerPrefix Class Referencesealed
+ Collaboration diagram for System.Net.ListenerPrefix:

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, set]
 
string Host [get, set]
 
int Port [get, set]
 
string Path [get, set]
 

Private Member Functions

void Parse (string uri)
 

Private Attributes

string original
 
string host
 
ushort port
 
string path
 
bool secure
 
IPAddress[] addresses
 

Detailed Description

Definition at line 8 of file ListenerPrefix.cs.


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