UrlPrefixCollection Class

Definition

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()

Applies to