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
Показать файл Открыть проект

Открытые методы

Метод Описание
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