C# Class DotNetXri.Client.Resolve.ResolverState

Afficher le fichier Open project: AArnott/dotnetxri Class Usage Examples

Méthodes publiques

Méthode Description
ResolverState ( ) : System.Text
ToString ( ) : string
getCache ( bool bTrusted ) : Cache
getNumBytesReceived ( ) : int
getNumRefsFollowed ( ) : int
getNumRequests ( ) : int
getNumSteps ( ) : int
getStepAt ( int i ) : ResolverStep
getTimeStarted ( ) : long
pushFollowingRef ( XRI _ref ) : void
pushResolved ( string qxri, string trustType, string xrds, Uri uri ) : void
reset ( XRIAuthority oAuth ) : void
set ( XRIAuthority oAuth, XRD oDesc ) : void
setAtAuthority ( XRD oDesc ) : void
setEqualsAuthority ( XRD oDesc ) : void

Method Details

ResolverState() public méthode

public ResolverState ( ) : System.Text
Résultat System.Text

ToString() public méthode

public ToString ( ) : string
Résultat string

getCache() public méthode

public getCache ( bool bTrusted ) : Cache
bTrusted bool
Résultat Cache

getNumBytesReceived() public méthode

public getNumBytesReceived ( ) : int
Résultat int

getNumRefsFollowed() public méthode

public getNumRefsFollowed ( ) : int
Résultat int

getNumRequests() public méthode

public getNumRequests ( ) : int
Résultat int

getNumSteps() public méthode

public getNumSteps ( ) : int
Résultat int

getStepAt() public méthode

public getStepAt ( int i ) : ResolverStep
i int
Résultat ResolverStep

getTimeStarted() public méthode

public getTimeStarted ( ) : long
Résultat long

pushFollowingRef() public méthode

public pushFollowingRef ( XRI _ref ) : void
_ref XRI
Résultat void

pushResolved() public méthode

public pushResolved ( string qxri, string trustType, string xrds, Uri uri ) : void
qxri string
trustType string
xrds string
uri System.Uri
Résultat void

reset() public méthode

public reset ( XRIAuthority oAuth ) : void
oAuth DotNetXri.Syntax.XRIAuthority
Résultat void

set() public méthode

public set ( XRIAuthority oAuth, XRD oDesc ) : void
oAuth DotNetXri.Syntax.XRIAuthority
oDesc XRD
Résultat void

setAtAuthority() public méthode

public setAtAuthority ( XRD oDesc ) : void
oDesc XRD
Résultat void

setEqualsAuthority() public méthode

public setEqualsAuthority ( XRD oDesc ) : void
oDesc XRD
Résultat void