NetTcpStyleUriParser 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基于“Indigo”系统的 NetTcp 方案的分析器。
public ref class NetTcpStyleUriParser : UriParser
public class NetTcpStyleUriParser : UriParser
type NetTcpStyleUriParser = class
inherit UriParser
Public Class NetTcpStyleUriParser
Inherits UriParser
- 继承
注解
此分析器用于将来与“Indigo”系统一起使用。
构造函数
NetTcpStyleUriParser() |
基于“Indigo”系统的 NetTcp 方案创建分析器。 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetComponents(Uri, UriComponents, UriFormat) |
从 URI 获取各个组成部分。 (继承自 UriParser) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
InitializeAndValidate(Uri, UriFormatException) |
初始化分析器的状态并验证 URI。 (继承自 UriParser) |
IsBaseOf(Uri, Uri) |
确定 |
IsWellFormedOriginalString(Uri) |
指示 URI 是否是格式良好的。 (继承自 UriParser) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
OnNewUri() |
由 Uri 构造函数调用以获取一个 UriParser 实例。 (继承自 UriParser) |
OnRegister(String, Int32) |
在注册 UriParser 方法时由 Framework 调用。 (继承自 UriParser) |
Resolve(Uri, Uri, UriFormatException) |
由 Uri 构造函数和 TryCreate 调用以解析相对 URI。 (继承自 UriParser) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |