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
- 상속
설명
이 파서는 나중에 "Indigo" 시스템에서 사용 하기 위한 것입니다.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() |
UriParser 인스턴스를 가져오기 위해 Uri 생성자에 의해 호출됩니다.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() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |