mscorlib(4.0.0.0) API with additions
NetTcpStyleUriParser.cs
1
namespace
System
2
{
4
public
class
NetTcpStyleUriParser
:
UriParser
5
{
7
public
NetTcpStyleUriParser
()
8
: base(
UriParser
.NetTcpUri.Flags)
9
{
10
}
11
}
12
}
System
Definition:
__Canon.cs:3
System.NetTcpStyleUriParser
A parser based on the NetTcp scheme for the "Indigo" system.
Definition:
NetTcpStyleUriParser.cs:4
System.NetTcpStyleUriParser.NetTcpStyleUriParser
NetTcpStyleUriParser()
Create a parser based on the NetTcp scheme for the "Indigo" system.
Definition:
NetTcpStyleUriParser.cs:7
System.UriParser
Parses a new URI scheme. This is an abstract class.
Definition:
UriParser.cs:9
All cs
System
NetTcpStyleUriParser.cs
Generated by
1.8.15