UrlPrefixCollection Class

A collection or URL prefixes

Namespace
Microsoft.Net.Http.Server
Assemblies
  • Microsoft.Net.Http.Server

Syntax

public class UrlPrefixCollection : ICollection<UrlPrefix>, IEnumerable<UrlPrefix>, IEnumerable
class Microsoft.Net.Http.Server.UrlPrefixCollection

Methods

Add(Microsoft.Net.Http.Server.UrlPrefix)
public void Add(UrlPrefix item)
Add(System.String)
public void Add(string prefix)
Clear()
public void Clear()
Contains(Microsoft.Net.Http.Server.UrlPrefix)
Return type:System.Boolean
public bool Contains(UrlPrefix item)
CopyTo(Microsoft.Net.Http.Server.UrlPrefix[], System.Int32)
public void CopyTo(UrlPrefix[] array, int arrayIndex)
GetEnumerator()
Return type:System.Collections.Generic.IEnumerator<Microsoft.Net.Http.Server.UrlPrefix>
public IEnumerator<UrlPrefix> GetEnumerator()
Remove(Microsoft.Net.Http.Server.UrlPrefix)
Return type:System.Boolean
public bool Remove(UrlPrefix item)
Remove(System.String)
Return type:System.Boolean
public bool Remove(string prefix)
GetEnumerator()
Return type:System.Collections.IEnumerator
IEnumerator IEnumerable.GetEnumerator()

Properties

Microsoft.Net.Http.Server.UrlPrefixCollection.Count
Return type:System.Int32
public int Count { get; }
Microsoft.Net.Http.Server.UrlPrefixCollection.IsReadOnly
Return type:System.Boolean
public bool IsReadOnly { get; }