C# Class DotNetXri.Client.Resolve.ResolverState

Show file Open project: AArnott/dotnetxri Class Usage Examples

Public Methods

Method 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 method

public ResolverState ( ) : System.Text
return System.Text

ToString() public method

public ToString ( ) : string
return string

getCache() public method

public getCache ( bool bTrusted ) : Cache
bTrusted bool
return Cache

getNumBytesReceived() public method

public getNumBytesReceived ( ) : int
return int

getNumRefsFollowed() public method

public getNumRefsFollowed ( ) : int
return int

getNumRequests() public method

public getNumRequests ( ) : int
return int

getNumSteps() public method

public getNumSteps ( ) : int
return int

getStepAt() public method

public getStepAt ( int i ) : ResolverStep
i int
return ResolverStep

getTimeStarted() public method

public getTimeStarted ( ) : long
return long

pushFollowingRef() public method

public pushFollowingRef ( XRI _ref ) : void
_ref XRI
return void

pushResolved() public method

public pushResolved ( string qxri, string trustType, string xrds, Uri uri ) : void
qxri string
trustType string
xrds string
uri System.Uri
return void

reset() public method

public reset ( XRIAuthority oAuth ) : void
oAuth DotNetXri.Syntax.XRIAuthority
return void

set() public method

public set ( XRIAuthority oAuth, XRD oDesc ) : void
oAuth DotNetXri.Syntax.XRIAuthority
oDesc XRD
return void

setAtAuthority() public method

public setAtAuthority ( XRD oDesc ) : void
oDesc XRD
return void

setEqualsAuthority() public method

public setEqualsAuthority ( XRD oDesc ) : void
oDesc XRD
return void