C# Class DotNetXri.Client.Resolve.ResolverFlags

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

Méthodes publiques

Méthode Description
ResolverFlags ( ) : System.Text
ResolverFlags ( ResolverFlags other ) : System.Text
ResolverFlags ( TrustType trustType, bool followRefs ) : System.Text
ToString ( ) : string
getTrustParameters ( ) : string
isCid ( ) : bool
isHttps ( ) : bool
isNoDefaultM ( ) : bool
isNoDefaultP ( ) : bool
isNoDefaultT ( ) : bool
isRefs ( ) : bool
isSaml ( ) : bool
isUric ( ) : bool
setCid ( bool cid ) : void
setHttps ( bool https ) : void
setNoDefaultM ( bool noDefaultM ) : void
setNoDefaultP ( bool noDefaultP ) : void
setNoDefaultT ( bool noDefaultT ) : void
setRefs ( bool refs ) : void
setSaml ( bool saml ) : void
setUric ( bool uric ) : void
toURIQuery ( ) : string

Method Details

ResolverFlags() public méthode

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

ResolverFlags() public méthode

public ResolverFlags ( ResolverFlags other ) : System.Text
other ResolverFlags
Résultat System.Text

ResolverFlags() public méthode

public ResolverFlags ( TrustType trustType, bool followRefs ) : System.Text
trustType TrustType
followRefs bool
Résultat System.Text

ToString() public méthode

public ToString ( ) : string
Résultat string

getTrustParameters() public méthode

public getTrustParameters ( ) : string
Résultat string

isCid() public méthode

public isCid ( ) : bool
Résultat bool

isHttps() public méthode

public isHttps ( ) : bool
Résultat bool

isNoDefaultM() public méthode

public isNoDefaultM ( ) : bool
Résultat bool

isNoDefaultP() public méthode

public isNoDefaultP ( ) : bool
Résultat bool

isNoDefaultT() public méthode

public isNoDefaultT ( ) : bool
Résultat bool

isRefs() public méthode

public isRefs ( ) : bool
Résultat bool

isSaml() public méthode

public isSaml ( ) : bool
Résultat bool

isUric() public méthode

public isUric ( ) : bool
Résultat bool

setCid() public méthode

public setCid ( bool cid ) : void
cid bool
Résultat void

setHttps() public méthode

public setHttps ( bool https ) : void
https bool
Résultat void

setNoDefaultM() public méthode

public setNoDefaultM ( bool noDefaultM ) : void
noDefaultM bool
Résultat void

setNoDefaultP() public méthode

public setNoDefaultP ( bool noDefaultP ) : void
noDefaultP bool
Résultat void

setNoDefaultT() public méthode

public setNoDefaultT ( bool noDefaultT ) : void
noDefaultT bool
Résultat void

setRefs() public méthode

public setRefs ( bool refs ) : void
refs bool
Résultat void

setSaml() public méthode

public setSaml ( bool saml ) : void
saml bool
Résultat void

setUric() public méthode

public setUric ( bool uric ) : void
uric bool
Résultat void

toURIQuery() public méthode

public toURIQuery ( ) : string
Résultat string