NetTcpStyleUriParser クラス

定義

NetTcp スキームに準拠した、"Indigo" システム用パーサーです。

public ref class NetTcpStyleUriParser : UriParser
public class NetTcpStyleUriParser : UriParser
type NetTcpStyleUriParser = class
    inherit UriParser
Public Class NetTcpStyleUriParser
Inherits UriParser
継承
NetTcpStyleUriParser

注釈

このパーサーは、"Indigo" システムで将来使用するために使用されます。

コンストラクター

NetTcpStyleUriParser()

NetTcp スキームに準拠した、"Indigo" システム用パーサーを作成します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetComponents(Uri, UriComponents, UriFormat)

URI から構成要素を取得します。

(継承元 UriParser)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
InitializeAndValidate(Uri, UriFormatException)

パーサーの状態を初期化し、URI を検証します。

(継承元 UriParser)
IsBaseOf(Uri, Uri)

baseUrirelativeUri のベース URI であるかどうかを判断します。

(継承元 UriParser)
IsWellFormedOriginalString(Uri)

URI の構成が正しいかどうかを示します。

(継承元 UriParser)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
OnNewUri()

Uri コンストラクターによって起動され、UriParser インスタンスを取得します。

(継承元 UriParser)
OnRegister(String, Int32)

UriParser メソッドが登録されている場合、Framework によって起動されます。

(継承元 UriParser)
Resolve(Uri, Uri, UriFormatException)

相対 URI を解決するために、Uri コンストラクターと TryCreate によって呼び出されます。

(継承元 UriParser)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象