NetTcpStyleUriParser 类
定义
基于“Indigo”系统的 NetTcp 方案的分析器。A parser based on the NetTcp scheme for the "Indigo" system.
public ref class NetTcpStyleUriParser : UriParser
public class NetTcpStyleUriParser : UriParser
type NetTcpStyleUriParser = class
inherit UriParser
Public Class NetTcpStyleUriParser
Inherits UriParser
- 继承
注解
此分析器供将来与 "靛蓝色" 系统一起使用。This parser is for future use with the "Indigo" system.
构造函数
NetTcpStyleUriParser() |
基于“Indigo”系统的 NetTcp 方案创建分析器。Create a parser based on the NetTcp scheme for the "Indigo" system. |
方法
Equals(Object) |
确定指定的对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
GetComponents(Uri, UriComponents, UriFormat) |
从 URI 获取各个组成部分。Gets the components from a URI. (继承自 UriParser) |
GetHashCode() |
用作默认哈希函数。Serves as the default hash function. (继承自 Object) |
GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
InitializeAndValidate(Uri, UriFormatException) |
初始化分析器的状态并验证 URI。Initialize the state of the parser and validate the URI. (继承自 UriParser) |
IsBaseOf(Uri, Uri) |
确定 |
IsWellFormedOriginalString(Uri) |
指示 URI 是否是格式良好的。Indicates whether a URI is well-formed. (继承自 UriParser) |
MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
OnNewUri() |
由 Uri 构造函数调用以获取一个 UriParser 实例。Invoked by a Uri constructor to get a UriParser instance. (继承自 UriParser) |
OnRegister(String, Int32) |
在注册 UriParser 方法时由 Framework 调用。Invoked by the Framework when a UriParser method is registered. (继承自 UriParser) |
Resolve(Uri, Uri, UriFormatException) |
由 Uri 构造函数和 TryCreate 调用以解析相对 URI。Called by Uri constructors and TryCreate to resolve a relative URI. (继承自 UriParser) |
ToString() |
返回一个表示当前对象的 string。Returns a string that represents the current object. (继承自 Object) |