C# Class 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
Inheritance: AuthorityPath
Afficher le fichier Open project: AArnott/dotnetxri

Méthodes publiques

Méthode Description
IRIAuthority ( String sPath ) : System
toIRINormalForm ( ) : string

Serializes the IRIAuthority into IRI normal from

toURINormalForm ( ) : string

Serializes the IRIAuthority into URI normal from

Private Methods

Méthode Description
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

Method Details

IRIAuthority() public méthode

public IRIAuthority ( String sPath ) : System
sPath String
Résultat System

toIRINormalForm() public méthode

Serializes the IRIAuthority into IRI normal from
public toIRINormalForm ( ) : string
Résultat string

toURINormalForm() public méthode

Serializes the IRIAuthority into URI normal from
public toURINormalForm ( ) : string
Résultat string