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 | |
void | Add (string uriPrefix) |
void | Clear () |
bool | Contains (string uriPrefix) |
void | CopyTo (string[] array, int offset) |
void | CopyTo (Array array, int offset) |
IEnumerator< string > | GetEnumerator () |
bool | Remove (string uriPrefix) |
void | Add (T item) |
bool | Contains (T item) |
void | CopyTo (T[] array, int arrayIndex) |
bool | Remove (T item) |
Package Functions | |
HttpListenerPrefixCollection (HttpListener listener) | |
HttpListenerPrefixCollection () | |
Properties | |
int | Count [get, set] |
bool | IsReadOnly [get, set] |
bool | IsSynchronized [get, set] |
Private Member Functions | |
IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
Private Attributes | |
List< string > | prefixes |
HttpListener | listener |
Definition at line 10 of file HttpListenerPrefixCollection.cs.