|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | CopyTo (Array array, int offset) |
| void | CopyTo (string[] array, int offset) |
| void | Add (string uriPrefix) |
| bool | Contains (string uriPrefix) |
| IEnumerator< string > | GetEnumerator () |
| bool | Remove (string uriPrefix) |
| void | Clear () |
| void | Add (T item) |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
Package Functions | |
| HttpListenerPrefixCollection (HttpListener listener) | |
Properties | |
| int | Count [get] |
| bool | IsSynchronized [get] |
| bool | IsReadOnly [get] |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
| readonly HttpListener | _httpListener |
Definition at line 6 of file HttpListenerPrefixCollection.cs.