Files
Dec2017-Script-Dump/System/NetTcpStyleUriParser.cs
T
2026-06-04 11:42:34 +02:00

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
{
}
}