12 lines
250 B
C#
12 lines
250 B
C#
using System;
|
|
|
|
namespace System
|
|
{
|
|
/// <summary>A parser based on the NetTcp scheme for the "Indigo" system.</summary>
|
|
// Token: 0x020002F8 RID: 760
|
|
[global::System.MonoTODO]
|
|
public class NetTcpStyleUriParser : global::System.UriParser
|
|
{
|
|
}
|
|
}
|