11 lines
208 B
C#
11 lines
208 B
C#
using System;
|
|
|
|
namespace System
|
|
{
|
|
/// <summary>A customizable parser based on the HTTP scheme.</summary>
|
|
// Token: 0x020002F6 RID: 758
|
|
public class HttpStyleUriParser : global::System.UriParser
|
|
{
|
|
}
|
|
}
|