UrlPrefixCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection or URL prefixes
public ref class UrlPrefixCollection : System::Collections::Generic::ICollection<Microsoft::Net::Http::Server::UrlPrefix ^>, System::Collections::Generic::IEnumerable<Microsoft::Net::Http::Server::UrlPrefix ^>
public class UrlPrefixCollection : System.Collections.Generic.ICollection<Microsoft.Net.Http.Server.UrlPrefix>, System.Collections.Generic.IEnumerable<Microsoft.Net.Http.Server.UrlPrefix>
type UrlPrefixCollection = class
interface ICollection<UrlPrefix>
interface seq<UrlPrefix>
interface IEnumerable
Public Class UrlPrefixCollection
Implements ICollection(Of UrlPrefix), IEnumerable(Of UrlPrefix)
- Inheritance
-
UrlPrefixCollection
- Implements
Properties
Count | |
IsReadOnly |
Methods
Add(String) | |
Add(UrlPrefix) | |
Clear() | |
Contains(UrlPrefix) | |
CopyTo(UrlPrefix[], Int32) | |
GetEnumerator() | |
Remove(String) | |
Remove(UrlPrefix) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |