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 | |
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] |
bool | IsReadOnly [get] |
bool | IsSynchronized [get] |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
List< string > | prefixes |
HttpListener | listener |
Definition at line 9 of file HttpListenerPrefixCollection.cs.