LdapStyleUriParser クラス
定義
LDAP (Lightweight Directory Access Protocol) スキームに基づくカスタマイズ可能なパーサー。A customizable parser based on the Lightweight Directory Access Protocol (LDAP) scheme.
public ref class LdapStyleUriParser : UriParser
public class LdapStyleUriParser : UriParser
type LdapStyleUriParser = class
inherit UriParser
Public Class LdapStyleUriParser
Inherits UriParser
- 継承
コンストラクター
LdapStyleUriParser() |
LDAP (Lightweight Directory Access Protocol) スキームに基づくカスタマイズ可能なパーサーを作成します。Creates a customizable parser based on the Lightweight Directory Access Protocol (LDAP) scheme. |
メソッド
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 を解決するために、Uri コンストラクターと TryCreate によって呼び出されます。Called by Uri constructors and TryCreate to resolve a relative URI. (継承元 UriParser) |
ToString() |
現在のオブジェクトを表す文字列を返します。Returns a string that represents the current object. (継承元 Object) |