11 lines
231 B
C#
11 lines
231 B
C#
using System;
|
|
|
|
namespace System
|
|
{
|
|
/// <summary>A customizable parser based on the File Transfer Protocol (FTP) scheme.</summary>
|
|
// Token: 0x020002F3 RID: 755
|
|
public class FtpStyleUriParser : global::System.UriParser
|
|
{
|
|
}
|
|
}
|