C# Class DotNetXri.Client.Xml.AuthorityResolutionService

Inheritance: Service
Afficher le fichier Open project: AArnott/dotnetxri

Méthodes publiques

Méthode Description
AuthorityResolutionService ( Uri resolvers ) : System
AuthorityResolutionService ( Uri resolvers, string providerId ) : System
AuthorityResolutionService ( Uri resolvers, string providerId, TrustType trustType ) : System
AuthorityResolutionService ( Uri resolvers, string providerID, TrustType trustType, string append ) : System
isInstance ( Service service ) : bool

Method Details

AuthorityResolutionService() public méthode

public AuthorityResolutionService ( Uri resolvers ) : System
resolvers System.Uri
Résultat System

AuthorityResolutionService() public méthode

public AuthorityResolutionService ( Uri resolvers, string providerId ) : System
resolvers System.Uri
providerId string
Résultat System

AuthorityResolutionService() public méthode

public AuthorityResolutionService ( Uri resolvers, string providerId, TrustType trustType ) : System
resolvers System.Uri
providerId string
trustType DotNetXri.Client.Resolve.TrustType
Résultat System

AuthorityResolutionService() public méthode

public AuthorityResolutionService ( Uri resolvers, string providerID, TrustType trustType, string append ) : System
resolvers System.Uri
providerID string
trustType DotNetXri.Client.Resolve.TrustType
append string
Résultat System

isInstance() public static méthode

public static isInstance ( Service service ) : bool
service Service
Résultat bool