C# 클래스 DotNetXri.Client.Xml.AuthorityResolutionService

상속: Service
파일 보기 프로젝트 열기: AArnott/dotnetxri

공개 메소드들

메소드 설명
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

메소드 상세

AuthorityResolutionService() 공개 메소드

public AuthorityResolutionService ( Uri resolvers ) : System
resolvers System.Uri
리턴 System

AuthorityResolutionService() 공개 메소드

public AuthorityResolutionService ( Uri resolvers, string providerId ) : System
resolvers System.Uri
providerId string
리턴 System

AuthorityResolutionService() 공개 메소드

public AuthorityResolutionService ( Uri resolvers, string providerId, TrustType trustType ) : System
resolvers System.Uri
providerId string
trustType DotNetXri.Client.Resolve.TrustType
리턴 System

AuthorityResolutionService() 공개 메소드

public AuthorityResolutionService ( Uri resolvers, string providerID, TrustType trustType, string append ) : System
resolvers System.Uri
providerID string
trustType DotNetXri.Client.Resolve.TrustType
append string
리턴 System

isInstance() 공개 정적인 메소드

public static isInstance ( Service service ) : bool
service Service
리턴 bool