NetTcpStyleUriParser Class
A parser based on the NetTcp scheme for the "Indigo" system.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | NetTcpStyleUriParser() | Create a parser based on the NetTcp scheme for the "Indigo" system. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetComponents(Uri^, UriComponents, UriFormat) | Gets the components from a URI.(Inherited from UriParser.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | InitializeAndValidate(Uri^, UriFormatException^%) | Initialize the state of the parser and validate the URI.(Inherited from UriParser.) |
![]() | IsBaseOf(Uri^, Uri^) | Determines whether baseUri is a base URI for relativeUri.(Inherited from UriParser.) |
![]() | IsWellFormedOriginalString(Uri^) | Indicates whether a URI is well-formed.(Inherited from UriParser.) |
![]() | MemberwiseClone() | |
![]() | OnNewUri() | |
![]() | OnRegister(String^, Int32) | |
![]() | Resolve(Uri^, Uri^, UriFormatException^%) | Called by Uri constructors and Uri::TryCreate to resolve a relative URI.(Inherited from UriParser.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This parser is for future use with the "Indigo" system.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

