Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.HttpListenerPrefixCollection Class Reference

Public Member Functions

void CopyTo (Array array, int offset)
 
void CopyTo (string[] array, int offset)
 
void Add (string uriPrefix)
 
bool Contains (string uriPrefix)
 
IEnumerator< stringGetEnumerator ()
 
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
 

Detailed Description

Definition at line 6 of file HttpListenerPrefixCollection.cs.


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