C# 클래스 DotNetXri.Syntax.IRIAuthority

This class provides a strong typing for a IRI Authority. Any obj of this class that appears outside of the package is a valid IRI Authority. It currently only accepts IRI Authorities that serve as IP Addresses or appear to be valid host names
상속: AuthorityPath
파일 보기 프로젝트 열기: AArnott/dotnetxri

공개 메소드들

메소드 설명
IRIAuthority ( String sPath ) : System
toIRINormalForm ( ) : string

Serializes the IRIAuthority into IRI normal from

toURINormalForm ( ) : string

Serializes the IRIAuthority into URI normal from

비공개 메소드들

메소드 설명
IRIAuthority ( ) : System
doScan ( ParseStream oStream ) : bool

Scans the Stream for a valid IRI-Authority

scanChars ( string s ) : int
verifyDNS ( string sHost ) : bool
verifyIP ( string sIP ) : bool

메소드 상세

IRIAuthority() 공개 메소드

public IRIAuthority ( String sPath ) : System
sPath String
리턴 System

toIRINormalForm() 공개 메소드

Serializes the IRIAuthority into IRI normal from
public toIRINormalForm ( ) : string
리턴 string

toURINormalForm() 공개 메소드

Serializes the IRIAuthority into URI normal from
public toURINormalForm ( ) : string
리턴 string