NewsStyleUriParser 类
定义
基于使用网络新闻传输协议 (NNTP) 的新闻方案的可自定义分析器。A customizable parser based on the news scheme using the Network News Transfer Protocol (NNTP).
public ref class NewsStyleUriParser : UriParser
public class NewsStyleUriParser : UriParser
type NewsStyleUriParser = class
inherit UriParser
Public Class NewsStyleUriParser
Inherits UriParser
- 继承
构造函数
NewsStyleUriParser() |
创建一个基于使用网络新闻传输协议 (NNTP) 的新闻方案的可自定义分析器。Create a customizable parser based on the news scheme using the Network News Transfer Protocol (NNTP). |
方法
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) |